Home
last modified time | relevance | path

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

/system/bt/bta/test/common/
Dbta_gatt_api_mock.cc53 void BTA_GATTC_Close(uint16_t conn_id) { gatt_interface->Close(conn_id); } in BTA_GATTC_Close() function
/system/bt/test/mock/
Dmock_bta_gattc_api.cc91 void BTA_GATTC_Close(uint16_t conn_id) { mock_function_count_map[__func__]++; } in BTA_GATTC_Close() function
/system/bt/bta/gatt/
Dbta_gattc_api.cc183 void BTA_GATTC_Close(uint16_t conn_id) { in BTA_GATTC_Close() function