Home
last modified time | relevance | path

Searched defs:BTA_GATTC_Close (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.h39 void (*BTA_GATTC_Close)(tCONN_ID conn_id); member
Dbta_dm_disc.cc109 void (*BTA_GATTC_Close)(tCONN_ID conn_id); member
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc56 void BTA_GATTC_Close(uint16_t conn_id) { in BTA_GATTC_Close() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc78 void BTA_GATTC_Close(uint16_t /* conn_id */) { inc_func_call_count(__func__); } in BTA_GATTC_Close() function
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc203 void BTA_GATTC_Close(tCONN_ID conn_id) { in BTA_GATTC_Close() function