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

  /system/bt/bta/include/
bta_hh_co.h 32 UINT8 rpt_id; member in struct:__anon72001
bta_hh_api.h 414 UINT8 rpt_id, UINT16 buf_size);
550 extern void bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, UINT8 rpt_id);
  /system/bt/bta/hh/
bta_hh_api.c 152 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
163 p_buf->rpt_id = rpt_id;
193 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
198 buf_size, rpt_id, NULL);
bta_hh_le.c 280 p_rpt->rpt_id,
559 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id)
565 APPL_TRACE_DEBUG("bta_hh_le_find_rpt_by_idtype: r_type: %d rpt_id: %d", r_type, rpt_id);
570 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type)
634 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID;
637 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID;
710 STREAM_TO_UINT8(p_rpt->rpt_id, pp);
717 APPL_TRACE_DEBUG("%s: report ID: %d", __func__, p_rpt->rpt_id);
2297 UINT8 *p_value, rpt_id; local
    [all...]
bta_hh_int.h 110 UINT8 rpt_id; member in struct:__anon71806
198 UINT8 rpt_id; member in struct:__anon71814
bta_hh_act.c     [all...]
  /system/bt/stack/hid/
hidh_int.h 67 UINT16 data,UINT8 rpt_id, BT_HDR *buf);
  /system/bt/stack/srvc/
srvc_battery.c 354 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_id);
  /system/bt/stack/include/
gatt_api.h 252 UINT8 rpt_id; /* report ID */ member in struct:__anon72726
    [all...]

Completed in 122 milliseconds