Searched defs:rpt_id (Results 1 - 5 of 5) sorted by relevance

/system/bt/bta/include/
H A Dbta_hh_co.h32 UINT8 rpt_id; member in struct:__anon418
/system/bt/bta/hh/
H A Dbta_hh_api.c171 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
186 p_buf->rpt_id = rpt_id;
216 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size) argument
221 buf_size, rpt_id, NULL);
170 bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, UINT16 data, UINT8 rpt_id, BT_HDR *p_data) argument
H A Dbta_hh_int.h110 UINT8 rpt_id; member in struct:__anon213
199 UINT8 rpt_id; member in struct:__anon221
H A Dbta_hh_le.c146 p_rpt->rpt_id,
506 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id)
512 APPL_TRACE_DEBUG("bta_hh_le_find_rpt_by_idtype: r_type: %d rpt_id: %d", r_type, rpt_id);
517 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type)
581 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID;
584 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID;
725 STREAM_TO_UINT8(p_rpt->rpt_id, pp);
732 APPL_TRACE_DEBUG("report ID: %d", p_rpt->rpt_id);
505 bta_hh_le_find_rpt_by_idtype(tBTA_HH_LE_RPT*p_head, UINT8 mode, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) argument
2508 bta_hh_le_get_rpt(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) argument
2548 UINT8 *p_value, rpt_id; local
2943 bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, UINT8 rpt_id) argument
[all...]
/system/bt/stack/include/
H A Dgatt_api.h252 UINT8 rpt_id; /* report ID */ member in struct:__anon1099

Completed in 60 milliseconds