Home | History | Annotate | Download | only in src

Lines Matching refs:dev_handle

287     BTIF_TRACE_EVENT("%s: setting report on dev_handle %d to 0x%x",
288 __FUNCTION__, p_dev->dev_handle, btif_hh_keylockstates);
295 BTA_HhSendData(p_dev->dev_handle, *bda, p_buf);
349 btif_hh_cb.devices[i].dev_handle == handle)
480 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE;
510 BTA_HhRemoveDev(p_added_dev->dev_handle);
513 p_added_dev->dev_handle = BTA_HH_INVALID_HANDLE;
529 p_dev->dev_handle = BTA_HH_INVALID_HANDLE;
598 BTA_HhSendCtrl(p_dev->dev_handle, BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG);
646 if (added_dev->dev_handle == BTA_HH_INVALID_HANDLE) {
650 added_dev->dev_handle = BTA_HH_INVALID_HANDLE;
682 BTA_HhClose(p_dev->dev_handle);
705 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf);
1016 btif_hh_cb.added_devices[i].dev_handle = p_data->dev_info.handle;
1020 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE;
1202 p_data.dev_status.handle = p_dev->dev_handle;
1405 BTA_HhGetProtoMode(p_dev->dev_handle);
1450 BTA_HhSetProtoMode(p_dev->dev_handle, protocolMode);
1496 BTA_HhGetReport(p_dev->dev_handle, reportType,
1565 BTA_HhSetReport(p_dev->dev_handle, reportType, p_buf);
1632 BTA_HhSendData(p_dev->dev_handle, *bda, p_buf);