HomeSort by relevance Sort by last modified time
    Searched refs:rpt_type (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/bta/include/
bta_hh_co.h 33 tBTA_HH_RPT_TYPE rpt_type; member in struct:__anon5457
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 142 ((p_rpt->rpt_type < 4) ? bta_hh_le_rpt_name[p_rpt->rpt_type] : "UNKNOWN"),
514 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type)
575 p_rpt->rpt_type = (tBTA_HH_RPT_TYPE)bta_hh_uuid_to_rtp_type[i][1];
653 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT)
723 STREAM_TO_UINT8(p_rpt->rpt_type, pp);
725 if (p_rpt->rpt_type > BTA_HH_RPTT_FEATURE) /* invalid report type */
726 p_rpt->rpt_type = BTA_HH_RPTT_RESRV;
732 rpt_entry.rpt_type = p_rpt->rpt_type;
    [all...]
bta_hh_int.h 197 tBTA_HH_RPT_TYPE rpt_type; member in struct:__anon5249
  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c 355 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_type);
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 252 UINT8 rpt_type; /* report type */ member in struct:__anon6149
    [all...]

Completed in 47 milliseconds