Home
last modified time | relevance | path

Searched refs:HID_VIRTUAL_CABLE (Results 1 – 5 of 5) 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.h141 #define BTA_HH_VIRTUAL_CABLE HID_VIRTUAL_CABLE
/external/bluetooth/bluedroid/btif/src/
Dbtif_config_util.cpp61 #define HID_VIRTUAL_CABLE "020428" macro
629 value_line = find_value_line(hid_sdp, strlen(hid_sdp), HID_VIRTUAL_CABLE, &line_size); in parse_bluez_hid_sdp_records()
Dbtif_hh.c594 && (p_dev->attr_mask & HID_VIRTUAL_CABLE)) in btif_hh_virtual_unplug()
/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c147 attr_mask |= HID_VIRTUAL_CABLE; in hidh_search_callback()