Searched refs:rpt_uuid (Results 1 – 2 of 2) sorted by relevance
30 uint16_t rpt_uuid; member
342 uint16_t rpt_uuid, uint16_t char_inst_id) { in bta_hh_le_find_report_entry() argument347 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_report_entry()357 if (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_report_entry()413 uint16_t rpt_uuid, in bta_hh_le_find_alloc_report_entry() argument418 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_alloc_report_entry()428 (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_alloc_report_entry()435 p_rpt->uuid = rpt_uuid; in bta_hh_le_find_alloc_report_entry()439 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid) { in bta_hh_le_find_alloc_report_entry()442 if (rpt_uuid == GATT_UUID_HID_BT_KB_INPUT || in bta_hh_le_find_alloc_report_entry()443 rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT) in bta_hh_le_find_alloc_report_entry()[all …]