Home
last modified time | relevance | path

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

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