Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgattdefs.h101 #define GATT_UUID_HID_BT_KB_INPUT 0x2A22 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c61 GATT_UUID_HID_BT_KB_INPUT,
70 {GATT_UUID_HID_BT_KB_INPUT, BTA_HH_RPTT_INPUT},
128 if (p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT) { in bta_hh_le_hid_report_dbg()
178 case GATT_UUID_HID_BT_KB_INPUT: in bta_hh_uuid_to_str()
517 … (p_rpt->uuid >= GATT_UUID_HID_BT_KB_INPUT && p_rpt->uuid <= GATT_UUID_HID_BT_MOUSE_INPUT)) { in bta_hh_le_find_rpt_by_idtype()
566 … if (rpt_uuid == GATT_UUID_HID_BT_KB_INPUT || rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT) { in bta_hh_le_find_alloc_report_entry()
820 else if (p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT || in bta_hh_le_register_input_notif()
828 if ((p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT || in bta_hh_le_register_input_notif()
1727 case GATT_UUID_HID_BT_KB_INPUT: in bta_hh_le_search_hid_chars()
1950 case GATT_UUID_HID_BT_KB_INPUT: in bta_hh_le_read_char_cmpl()
[all …]