Searched defs:gatt_interface_t (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.h | 32 struct gatt_interface_t { struct 49 gatt_interface_t& get_gatt_interface(); argument
|
D | bta_dm_disc.cc | 102 struct gatt_interface_t { struct 103 void (*BTA_GATTC_CancelOpen)(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct); 104 void (*BTA_GATTC_Refresh)(const RawAddress& remote_bda); 105 void (*BTA_GATTC_GetGattDb)(tCONN_ID conn_id, uint16_t start_handle, uint16_t end_handle, 107 void (*BTA_GATTC_AppRegister)(const std::string& name, tBTA_GATTC_CBACK* p_client_cb, 109 void (*BTA_GATTC_Close)(tCONN_ID conn_id); 110 void (*BTA_GATTC_ServiceSearchRequest)(tCONN_ID conn_id, const bluetooth::Uuid* p_srvc_uuid); 111 void (*BTA_GATTC_Open)(tGATT_IF client_if, const RawAddress& remote_bda,
|