Searched defs:gatt_interface_t (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.h | 30 struct gatt_interface_t { struct 47 gatt_interface_t& get_gatt_interface(); argument
|
D | bta_dm_disc.cc | 106 struct gatt_interface_t { struct 107 void (*BTA_GATTC_CancelOpen)(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct); 108 void (*BTA_GATTC_Refresh)(const RawAddress& remote_bda); 109 void (*BTA_GATTC_GetGattDb)(tCONN_ID conn_id, uint16_t start_handle, uint16_t end_handle, 111 void (*BTA_GATTC_AppRegister)(tBTA_GATTC_CBACK* p_client_cb, BtaAppRegisterCallback cb, 113 void (*BTA_GATTC_Close)(tCONN_ID conn_id); 114 void (*BTA_GATTC_ServiceSearchRequest)(tCONN_ID conn_id, const bluetooth::Uuid* p_srvc_uuid); 115 void (*BTA_GATTC_Open)(tGATT_IF client_if, const RawAddress& remote_bda,
|