Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_co.h30 uint16_t rpt_uuid; member
/system/bt/bta/hh/
Dbta_hh_le.cc342 uint16_t rpt_uuid, uint16_t char_inst_id) { in bta_hh_le_find_report_entry() argument
347 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() argument
418 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 …]