Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h180 BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG /* virtual unplug */ enumerator
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_main.c328 p_data->api_sndcmd.param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) { in bta_hh_sm_execute()
Dbta_hh_act.c1075 } else if (p_data->api_sndcmd.param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) { in bta_hh_write_dev_act()
1100 if (p_data->api_sndcmd.param == BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG) { in bta_hh_write_dev_act()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c665 BTA_HhSendCtrl(p_dev->dev_handle, BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG); in btc_hh_virtual_unplug()