Lines Matching refs:dev_handle
239 p_dev->dev_handle, btif_hh_keylockstates); in update_keyboard_lockstates()
245 BTA_HhSendData(p_dev->dev_handle, p_dev->bd_addr, p_buf); in update_keyboard_lockstates()
301 btif_hh_cb.devices[i].dev_handle == handle) { in btif_hh_find_connected_dev_by_handle()
405 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_add_added_dev()
433 BTA_HhRemoveDev(p_added_dev->dev_handle); in btif_hh_remove_device()
436 p_added_dev->dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_remove_device()
458 p_dev->dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_remove_device()
517 BTA_HhSendCtrl(p_dev->dev_handle, BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG); in btif_hh_virtual_unplug()
526 BTA_HhClose(p_dev->dev_handle); in btif_hh_virtual_unplug()
573 if (added_dev->dev_handle == BTA_HH_INVALID_HANDLE) { in btif_hh_connect()
578 added_dev->dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_connect()
618 BTA_HhClose(p_dev->dev_handle); in btif_hh_disconnect()
638 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf); in btif_hh_setreport()
658 BTA_HhSendData(p_dev->dev_handle, p_dev->bd_addr, p_buf); in btif_hh_senddata()
701 BTA_HhGetReport(p_dev->dev_handle, r_type, reportId, bufferSize); in btif_hh_getreport()
1043 btif_hh_cb.added_devices[i].dev_handle = p_data->dev_info.handle; in btif_hh_upstreams_evt()
1046 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_upstreams_evt()
1206 p_data.dev_status.handle = p_dev->dev_handle; in btif_hh_timer_timeout()
1338 BTA_HhGetIdle(p_dev->dev_handle); in get_idle_time()
1369 BTA_HhSetIdle(p_dev->dev_handle, idle_time); in set_idle_time()
1442 BTA_HhGetProtoMode(p_dev->dev_handle); in get_protocol()
1479 BTA_HhSetProtoMode(p_dev->dev_handle, protocolMode); in set_protocol()
1518 BTA_HhGetReport(p_dev->dev_handle, reportType, reportId, bufferSize); in get_report()
1571 BTA_HhSetReport(p_dev->dev_handle, reportType, p_buf); in set_report()
1625 BTA_HhSendData(p_dev->dev_handle, *bd_addr, p_buf); in send_data()