Lines Matching refs:dev_handle

114 void BTA_HhClose(UINT8 dev_handle)
122 p_buf->layer_specific = (UINT16) dev_handle;
167 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param,
178 p_buf->hdr.layer_specific = (UINT16) dev_handle;
194 ** Parameter dev_handle: device handle
200 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
202 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data);
213 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
217 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_REPORT, param,
229 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type)
231 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (UINT8)p_type,
243 void BTA_HhGetProtoMode(UINT8 dev_handle)
245 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_PROTOCOL, 0, 0, 0, NULL);
256 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate)
258 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL);
270 void BTA_HhGetIdle(UINT8 dev_handle)
272 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_IDLE, 0, 0, 0, NULL);
283 void BTA_HhSendCtrl(UINT8 dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type)
285 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (UINT8)c_type, 0, 0, NULL);
293 ** Parameter dev_handle: device handle
305 void BTA_HhSendData(UINT8 dev_handle, BD_ADDR dev_bda, BT_HDR *p_data)
315 bta_hh_snd_write_dev(dev_handle, HID_TRANS_DATA, (UINT8)p_data->layer_specific, 0, 0, p_data);
327 void BTA_HhGetDscpInfo(UINT8 dev_handle)
335 p_buf->layer_specific = (UINT16) dev_handle;
399 void BTA_HhRemoveDev(UINT8 dev_handle )
411 p_buf->hdr.layer_specific = (UINT16) dev_handle;
428 void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win)
439 p_buf->hdr.layer_specific = (UINT16) dev_handle;