OSDN Git Service

Discover primary service by UUID for PTS tests (2/4)
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 16 May 2017 17:53:09 +0000 (10:53 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Tue, 16 May 2017 20:52:58 +0000 (13:52 -0700)
Bug: 38123054
Test: manual
Change-Id: Idaeac24005ff4521096b4849f976c69e530d800d
(cherry picked from commit 560f2d97cd47e49659aa422df393157385ac9aa9)

include/hardware/bt_gatt_client.h

index 33a6825..154cb09 100644 (file)
@@ -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);