Home
last modified time | relevance | path

Searched refs:BTA_GATTC_GetGattDb (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc64 .BTA_GATTC_GetGattDb =
70 BTA_GATTC_GetGattDb(conn_id, start_handle, end_handle, db, count); in __anon3962861c0402()
Dbta_dm_gatt_client.h34 void (*BTA_GATTC_GetGattDb)(uint16_t conn_id, uint16_t start_handle, member
Dbta_dm_disc.cc113 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()
Dbta_dm_disc_legacy.cc129 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/
Dmock_bta_gattc_api.cc99 void BTA_GATTC_GetGattDb(uint16_t /* conn_id */, uint16_t /* start_handle */, in BTA_GATTC_GetGattDb() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h649 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle,
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc369 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc420 BTA_GATTC_GetGattDb(conn_id, 0x0000, 0xFFFF, &db, &count); in btif_gattc_get_gatt_db_impl()