Searched refs:rpt_uuid (Results 1 – 2 of 2) sorted by relevance
30 uint16_t rpt_uuid; member
343 uint16_t rpt_uuid, uint8_t char_inst_id) { in bta_hh_le_find_report_entry() argument348 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_report_entry()358 if (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_report_entry()414 uint16_t rpt_uuid, in bta_hh_le_find_alloc_report_entry() argument419 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_alloc_report_entry()429 (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_alloc_report_entry()436 p_rpt->uuid = rpt_uuid; in bta_hh_le_find_alloc_report_entry()440 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid) { in bta_hh_le_find_alloc_report_entry()443 if (rpt_uuid == GATT_UUID_HID_BT_KB_INPUT || in bta_hh_le_find_alloc_report_entry()444 rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT) in bta_hh_le_find_alloc_report_entry()[all …]