Lines Matching refs:rpt_uuid
518 UINT16 rpt_uuid, in bta_hh_le_find_report_entry() argument
525 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) in bta_hh_le_find_report_entry()
537 if (p_rpt->uuid == rpt_uuid && in bta_hh_le_find_report_entry()
596 UINT16 rpt_uuid, in bta_hh_le_find_alloc_report_entry() argument
602 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) in bta_hh_le_find_alloc_report_entry()
614 (p_rpt->uuid == rpt_uuid && in bta_hh_le_find_alloc_report_entry()
624 p_rpt->uuid = rpt_uuid; in bta_hh_le_find_alloc_report_entry()
629 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid) in bta_hh_le_find_alloc_report_entry()
633 … 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()
636 if (rpt_uuid == GATT_UUID_HID_BT_MOUSE_INPUT) in bta_hh_le_find_alloc_report_entry()
722 rpt_entry.rpt_uuid = p_rpt->uuid; in bta_hh_le_save_rpt_ref()