Lines Matching refs:rpt_uuid
324 uint16_t rpt_uuid, uint16_t char_inst_id) { in bta_hh_le_find_report_entry() argument
329 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_report_entry()
339 if (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_report_entry()
393 uint16_t rpt_uuid, in bta_hh_le_find_alloc_report_entry() argument
398 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_alloc_report_entry()
408 (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_alloc_report_entry()
415 p_rpt->uuid = rpt_uuid; in bta_hh_le_find_alloc_report_entry()
419 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid) { in bta_hh_le_find_alloc_report_entry()
422 if (rpt_uuid == GATT_UUID_HID_BT_KB_INPUT || in bta_hh_le_find_alloc_report_entry()
423 rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT) in bta_hh_le_find_alloc_report_entry()
426 if (rpt_uuid == GATT_UUID_HID_BT_MOUSE_INPUT) in bta_hh_le_find_alloc_report_entry()
511 rpt_entry.rpt_uuid = p_rpt->uuid; in bta_hh_le_save_report_ref()
2086 p_cb, p_rpt_cache->srvc_inst_id, p_rpt_cache->rpt_uuid, in bta_hh_process_cache_rpt()