Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h184 BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG /* virtual unplug */ enumerator
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_act.c1113 else if (p_data->api_sndcmd.param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) in bta_hh_write_dev_act()
1139 if (p_data->api_sndcmd.param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) in bta_hh_write_dev_act()
Dbta_hh_main.c342 p_data->api_sndcmd.param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) in bta_hh_sm_execute()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c600 BTA_HhSendCtrl(p_dev->dev_handle, BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG); in btif_hh_virtual_unplug()