Home
last modified time | relevance | path

Searched refs:GATT_UUID_HID_REPORT (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/bta/hh/
H A Dbta_hh_le.cc60 {GATT_UUID_HID_REPORT, BTA_HH_RPTT_INPUT},
97 if (p_rpt->uuid == GATT_UUID_HID_REPORT) rpt_name = "Report"; in bta_hh_le_hid_report_dbg()
130 case GATT_UUID_HID_REPORT: in bta_hh_uuid_to_str()
550 if (p_rpt->uuid == GATT_UUID_HID_REPORT && in bta_hh_le_register_input_notif()
573 } else if (p_rpt->uuid == GATT_UUID_HID_REPORT && in bta_hh_le_register_input_notif()
599 if (p_rpt->uuid == GATT_UUID_HID_REPORT && in bta_hh_le_deregister_input_notif()
680 case GATT_UUID_HID_REPORT: in write_rpt_ctl_cfg_cb()
1286 GATT_UUID_HID_REPORT, in read_report_ref_desc_cb()
1388 case GATT_UUID_HID_REPORT: in bta_hh_le_search_hid_chars()
1682 if (char_uuid != GATT_UUID_HID_REPORT && in read_report_cb()
[all …]
/aosp12/system/bt/stack/include/
H A Dgattdefs.h110 #define GATT_UUID_HID_REPORT 0x2A4D macro