summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-05-16 20:29:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-16 20:29:14 +0000
commit2a183763c7594c1824c0165c8699cfbc8773a358 (patch)
treef1e94afd400e6972699efe4193608c40c322a3a9
parentae85bca70a4d3b457a58d5a7c6b901c37f687506 (diff)
parentcd35fa45099fc478114c14b2b3e4896dfddcc2c5 (diff)
downloadlibhardware-2a183763c7594c1824c0165c8699cfbc8773a358.tar.gz
Merge "Discover primary service by UUID for PTS tests (2/4)"
am: cd35fa4509 Change-Id: I296d926f52573085718b7c1fa110618c3b4ce093
-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);