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.cc43 static const tBTA_SYS_REG bta_hd_reg = {bta_hd_hdl_event, BTA_HdDisable};
79 void BTA_HdDisable(void) { in BTA_HdDisable() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hd_api.cc47 void BTA_HdDisable(void) { mock_function_count_map[__func__]++; } in BTA_HdDisable() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h161 extern void BTA_HdDisable(void);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc203 BTA_HdDisable(); in btif_hd_upstreams_evt()
655 if (!b_enable) BTA_HdDisable(); in btif_hd_execute_service()