Searched refs:BTA_GATTC_GetGattDb (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.cc | 64 .BTA_GATTC_GetGattDb = 70 BTA_GATTC_GetGattDb(conn_id, start_handle, end_handle, db, count); in __anon3962861c0402()
|
D | bta_dm_gatt_client.h | 34 void (*BTA_GATTC_GetGattDb)(uint16_t conn_id, uint16_t start_handle, member
|
D | bta_dm_disc.cc | 113 void (*BTA_GATTC_GetGattDb)(uint16_t conn_id, uint16_t start_handle, member 131 .BTA_GATTC_GetGattDb = 134 BTA_GATTC_GetGattDb(conn_id, start_handle, end_handle, db, count); in __anon788b21910502() 586 get_gatt_interface().BTA_GATTC_GetGattDb(conn_id, 0x0000, 0xFFFF, &db, in bta_dm_gatt_disc_complete()
|
D | bta_dm_disc_legacy.cc | 129 void (*BTA_GATTC_GetGattDb)(uint16_t conn_id, uint16_t start_handle, member 156 .BTA_GATTC_GetGattDb = 162 BTA_GATTC_GetGattDb(conn_id, start_handle, end_handle, db, count); in __anonf50479c50502() 864 get_gatt_interface().BTA_GATTC_GetGattDb(conn_id, 0x0000, 0xFFFF, &db, in bta_dm_search_cmpl()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 99 void BTA_GATTC_GetGattDb(uint16_t /* conn_id */, uint16_t /* start_handle */, in BTA_GATTC_GetGattDb() function
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 649 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle,
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_api.cc | 369 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 420 BTA_GATTC_GetGattDb(conn_id, 0x0000, 0xFFFF, &db, &count); in btif_gattc_get_gatt_db_impl()
|