Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h223 BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG /* virtual unplug */ enumerator
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_main.cc250 BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) { in bta_hh_sm_execute()
Dbta_hh_act.cc1074 } else if (api_sndcmd_param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) { in bta_hh_write_dev_act()
1109 if (api_sndcmd_param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) in bta_hh_write_dev_act()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc756 BTA_HhSendCtrl(p_dev->dev_handle, BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG); in btif_hh_virtual_unplug()