Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dhidh_api.h34 #define HID_VIRTUAL_CABLE 0x0001 macro
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h115 #define BTA_HH_VIRTUAL_CABLE HID_VIRTUAL_CABLE
/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c146 attr_mask |= HID_VIRTUAL_CABLE; in hidh_search_callback()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c544 && (p_dev->attr_mask & HID_VIRTUAL_CABLE)) in btif_hh_virtual_unplug()