Home
last modified time | relevance | path

Searched refs:rpt_type (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/include/
Dbta_hh_co.h32 tBTA_HH_RPT_TYPE rpt_type; member
/system/bt/bta/hh/
Dbta_hh_le.cc109 ((p_rpt->rpt_type < 4) ? bta_hh_le_rpt_name[p_rpt->rpt_type] in bta_hh_le_hid_report_dbg()
388 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type) { in bta_hh_le_find_rpt_by_idtype()
441 p_rpt->rpt_type = (tBTA_HH_RPT_TYPE)bta_hh_uuid_to_rtp_type[i][1]; in bta_hh_le_find_alloc_report_entry()
522 STREAM_TO_UINT8(p_rpt->rpt_type, pp); in bta_hh_le_save_report_ref()
524 if (p_rpt->rpt_type > BTA_HH_RPTT_FEATURE) /* invalid report type */ in bta_hh_le_save_report_ref()
525 p_rpt->rpt_type = BTA_HH_RPTT_RESRV; in bta_hh_le_save_report_ref()
532 rpt_entry.rpt_type = p_rpt->rpt_type; in bta_hh_le_save_report_ref()
566 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_register_input_notif()
621 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_deregister_input_notif()
734 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_write_rpt_clt_cfg()
[all …]
Dbta_hh_int.h179 tBTA_HH_RPT_TYPE rpt_type; member
/system/bt/stack/srvc/
Dsrvc_battery.cc316 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_type); in Battery_Rsp()
/system/bt/stack/include/
Dgatt_api.h265 uint8_t rpt_type; /* report type */ member