summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-05-16 20:20:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-16 20:20:19 +0000
commitcd35fa45099fc478114c14b2b3e4896dfddcc2c5 (patch)
treef1e94afd400e6972699efe4193608c40c322a3a9
parent4ea8183f5f5cfbc171255f51222304491f20a903 (diff)
parent560f2d97cd47e49659aa422df393157385ac9aa9 (diff)
downloadlibhardware-n-iot-preview-4.tar.gz
Merge "Discover primary service by UUID for PTS tests (2/4)"android-n-iot-preview-4n-iot-preview-4
-rw-r--r--include/hardware/bt_gatt_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hardware/bt_gatt_client.h b/include/hardware/bt_gatt_client.h
index 33a6825f..154cb09e 100644
--- a/include/hardware/bt_gatt_client.h
+++ b/include/hardware/bt_gatt_client.h
@@ -223,6 +223,11 @@ typedef struct {
*/
bt_status_t (*search_service)(int conn_id, bt_uuid_t *filter_uuid );
+ /**
+ * Sead "Find service by UUID" request. Used only for PTS tests.
+ */
+ void (*btif_gattc_discover_service_by_uuid)(int conn_id, bt_uuid_t *uuid);
+
/** Read a characteristic on a remote device */
bt_status_t (*read_characteristic)(int conn_id, uint16_t handle,
int auth_req);