Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hf_client_api.cc41 void BTA_HfClientClose(uint16_t /* handle */) { inc_func_call_count(__func__); } in BTA_HfClientClose() function
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_api.cc119 void BTA_HfClientClose(uint16_t handle) { in BTA_HfClientClose() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h347 void BTA_HfClientClose(uint16_t handle);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc335 BTA_HfClientClose(cb->handle); in disconnect()