Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc340 uint16_t rpt_uuid, uint16_t char_inst_id) { in bta_hh_le_find_report_entry() argument
345 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_report_entry()
355 if (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_report_entry()
408 uint16_t rpt_uuid, in bta_hh_le_find_alloc_report_entry() argument
413 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) { in bta_hh_le_find_alloc_report_entry()
423 (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id && in bta_hh_le_find_alloc_report_entry()
430 p_rpt->uuid = rpt_uuid; in bta_hh_le_find_alloc_report_entry()
434 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid) { in bta_hh_le_find_alloc_report_entry()
437 if (rpt_uuid == GATT_UUID_HID_BT_KB_INPUT || in bta_hh_le_find_alloc_report_entry()
438 rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT) in bta_hh_le_find_alloc_report_entry()
[all …]
Dbta_hh_int.h325 uint16_t rpt_uuid,
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_co.h33 uint16_t rpt_uuid; member