Home
last modified time | relevance | path

Searched refs:UUID_SERVCLASS_LE_HID (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c653 srvc_uuid = UUID_SERVCLASS_LE_HID; in bta_hh_le_read_rpt_ref_descr()
799 srvc_uuid = UUID_SERVCLASS_LE_HID; in bta_hh_le_register_input_notif()
941 srvc_uuid = UUID_SERVCLASS_LE_HID; in bta_hh_le_write_rpt_clt_cfg()
1003 bta_hh_le_fill_16bits_srvc_id(TRUE, 0, UUID_SERVCLASS_LE_HID, &char_id.srvc_id); in bta_hh_le_set_protocol_mode()
1039 bta_hh_le_fill_16bits_srvc_id(TRUE, 0, UUID_SERVCLASS_LE_HID, &char_id.srvc_id); in bta_hh_le_get_protocol_mode()
1189 pri_srvc.uu.uuid16 = UUID_SERVCLASS_LE_HID; in bta_hh_le_pri_service_discovery()
1456 case UUID_SERVCLASS_LE_HID: in bta_hh_le_search_result()
1589 bta_hh_le_fill_16bits_srvc_id(TRUE, p_dev_cb->cur_srvc_index, UUID_SERVCLASS_LE_HID, &srvc_id); in bta_hh_le_search_hid_included()
1688 bta_hh_le_fill_16bits_srvc_id(TRUE, p_dev_cb->cur_srvc_index, UUID_SERVCLASS_LE_HID, &srvc_id); in bta_hh_le_search_hid_chars()
1775 UUID_SERVCLASS_LE_HID, in bta_hh_le_save_rpt_map()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdpdefs.h271 #define UUID_SERVCLASS_LE_HID 0x1812 /* HID over LE */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3415 if ((p_uuid16[i] | (p_uuid16[i + 1] << 8)) == UUID_SERVCLASS_LE_HID) { in btm_ble_update_inq_result()