Home
last modified time | relevance | path

Searched refs:BTA_HfClientClose (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/mock/
Dmock_bta_hf_client_api.cc53 void BTA_HfClientClose(uint16_t handle) { mock_function_count_map[__func__]++; } in BTA_HfClientClose() function
/system/bt/bta/hf_client/
Dbta_hf_client_api.cc113 void BTA_HfClientClose(uint16_t handle) { in BTA_HfClientClose() function
/system/bt/bta/include/
Dbta_hf_client_api.h340 void BTA_HfClientClose(uint16_t handle);
/system/bt/btif/src/
Dbtif_hf_client.cc338 BTA_HfClientClose(cb->handle); in disconnect()