Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_api.cc47 static const tBTA_SYS_REG bta_hd_reg = {bta_hd_hdl_event, BTA_HdDisable};
83 void BTA_HdDisable(void) { in BTA_HdDisable() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hd_api.cc35 void BTA_HdDisable(void) { inc_func_call_count(__func__); } in BTA_HdDisable() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h161 void BTA_HdDisable(void);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc202 BTA_HdDisable(); in btif_hd_upstreams_evt()
643 if (!b_enable) BTA_HdDisable(); in btif_hd_execute_service()