Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c69 {GATT_UUID_HID_REPORT, BTA_HH_RPTT_INPUT},
70 {GATT_UUID_HID_BT_KB_INPUT, BTA_HH_RPTT_INPUT},
72 {GATT_UUID_HID_BT_MOUSE_INPUT, BTA_HH_RPTT_INPUT},
73 {GATT_UUID_BATTERY_LEVEL, BTA_HH_RPTT_INPUT}
641 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_read_rpt_ref_descr()
795 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_register_input_notif()
935 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) in bta_hh_le_write_rpt_clt_cfg()
2827 …nd_rpt_by_idtype(p_cb->hid_srvc[BTA_HH_LE_SRVC_DEF].report, p_cb->mode, BTA_HH_RPTT_INPUT, rpt_id); in bta_hh_le_hid_read_rpt_clt_cfg()
3015 … (p_rpt->uuid == GATT_UUID_HID_REPORT && p_rpt->rpt_type == BTA_HH_RPTT_INPUT)) { in bta_hh_process_cache_rpt()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h166 BTA_HH_RPTT_INPUT, /* input report */ enumerator