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.cc343 uint16_t rpt_uuid, uint8_t char_inst_id) { in bta_hh_le_find_report_entry() argument
348 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() argument
419 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 …]