Home | History | Annotate | Download | only in hh

Lines Matching refs:dev_handle

115 void BTA_HhClose(UINT8 dev_handle)
123 p_buf->layer_specific = (UINT16) dev_handle;
168 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param,
179 p_buf->hdr.layer_specific = (UINT16) dev_handle;
195 ** Parameter dev_handle: device handle
201 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
203 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data);
214 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
218 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_REPORT, param,
230 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type)
232 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (UINT8)p_type,
244 void BTA_HhGetProtoMode(UINT8 dev_handle)
246 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_PROTOCOL, 0, 0, 0, NULL);
257 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate)
259 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL);
271 void BTA_HhGetIdle(UINT8 dev_handle)
273 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_IDLE, 0, 0, 0, NULL);
284 void BTA_HhSendCtrl(UINT8 dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type)
286 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (UINT8)c_type, 0, 0, NULL);
297 void BTA_HhSendData(UINT8 dev_handle, BD_ADDR dev_bda, BT_HDR *p_data)
299 bta_hh_snd_write_dev(dev_handle, HID_TRANS_DATA, BTA_HH_RPTT_OUTPUT, 0, 0, p_data);
311 void BTA_HhGetDscpInfo(UINT8 dev_handle)
319 p_buf->layer_specific = (UINT16) dev_handle;
383 void BTA_HhRemoveDev(UINT8 dev_handle )
395 p_buf->hdr.layer_specific = (UINT16) dev_handle;