Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_co.h30 UINT16 rpt_uuid; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c458 UINT16 rpt_uuid, in bta_hh_le_find_report_entry() argument
465 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_report_entry()
476 if (p_rpt->uuid == rpt_uuid && in bta_hh_le_find_report_entry()
534 UINT16 rpt_uuid, in bta_hh_le_find_alloc_report_entry() argument
541 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_alloc_report_entry()
552 (p_rpt->uuid == rpt_uuid && in bta_hh_le_find_alloc_report_entry()
559 p_rpt->uuid = rpt_uuid; in bta_hh_le_find_alloc_report_entry()
563 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid) { in bta_hh_le_find_alloc_report_entry()
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()
570 if (rpt_uuid == GATT_UUID_HID_BT_MOUSE_INPUT) { in bta_hh_le_find_alloc_report_entry()
[all …]