Searched defs:gatt_interface_t (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/bta/dm/ |
| D | bta_dm_gatt_client.h | 30 struct gatt_interface_t { struct 50 gatt_interface_t& get_gatt_interface(); argument
|
| D | bta_dm_disc.cc | 109 struct gatt_interface_t { struct 110 void (*BTA_GATTC_CancelOpen)(tGATT_IF client_if, const RawAddress& remote_bda, 112 void (*BTA_GATTC_Refresh)(const RawAddress& remote_bda); 113 void (*BTA_GATTC_GetGattDb)(uint16_t conn_id, uint16_t start_handle, 116 void (*BTA_GATTC_AppRegister)(tBTA_GATTC_CBACK* p_client_cb, 118 void (*BTA_GATTC_Close)(uint16_t conn_id); 119 void (*BTA_GATTC_ServiceSearchRequest)(uint16_t conn_id, 121 void (*BTA_GATTC_Open)(tGATT_IF client_if, const RawAddress& remote_bda,
|
| D | bta_dm_disc_legacy.cc | 125 struct gatt_interface_t { struct 126 void (*BTA_GATTC_CancelOpen)(tGATT_IF client_if, const RawAddress& remote_bda, 128 void (*BTA_GATTC_Refresh)(const RawAddress& remote_bda); 129 void (*BTA_GATTC_GetGattDb)(uint16_t conn_id, uint16_t start_handle, 132 void (*BTA_GATTC_AppRegister)(tBTA_GATTC_CBACK* p_client_cb, 134 void (*BTA_GATTC_Close)(uint16_t conn_id); 135 void (*BTA_GATTC_ServiceSearchRequest)(uint16_t conn_id, 137 void (*BTA_GATTC_Open)(tGATT_IF client_if, const RawAddress& remote_bda,
|