Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhidh_api.h35 #define HID_VIRTUAL_CABLE 0x0001 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h141 #define BTA_HH_VIRTUAL_CABLE HID_VIRTUAL_CABLE
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c145 attr_mask |= HID_VIRTUAL_CABLE; in hidh_search_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c660 (p_dev->attr_mask & HID_VIRTUAL_CABLE)) { in btc_hh_virtual_unplug()