Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_api.h198 BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG /* virtual unplug */ enumerator
/system/bt/bta/hh/
Dbta_hh_main.cc241 BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) { in bta_hh_sm_execute()
Dbta_hh_act.cc1041 else if (api_sndcmd_param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) in bta_hh_write_dev_act()
1064 if (api_sndcmd_param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) in bta_hh_write_dev_act()
/system/bt/btif/src/
Dbtif_hh.cc517 BTA_HhSendCtrl(p_dev->dev_handle, BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG); in btif_hh_virtual_unplug()