summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 08:34:46 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 08:34:46 +0000
commit6e2dd14ad8a465afa2e18f6ddd7b263bd18ba707 (patch)
treea8eee863ff6420aca9fb38bde585bf75dd8cd2dc
parent8dda7e673487c1b72743b3a633599c2586c78c34 (diff)
parentbe70417149cc1b3d09ef322c74df79ed99be4003 (diff)
downloadlibhardware-6e2dd14ad8a465afa2e18f6ddd7b263bd18ba707.tar.gz
release-request-3605d486-97ee-488a-9bef-b52de93b00b5-for-git_oc-dr1-release-4017239 snap-temp-L53000000064886993
Change-Id: I214052185e9ac4e9c478a6292d8f4ab52340b074
-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);