• Home
  • Raw
  • Download

Lines Matching refs:dev_handle

290          __FUNCTION__, p_dev->dev_handle, btif_hh_keylockstates);  in update_keyboard_lockstates()
297 BTA_HhSendData(p_dev->dev_handle, *bda, p_buf); in update_keyboard_lockstates()
351 btif_hh_cb.devices[i].dev_handle == handle) in btif_hh_find_connected_dev_by_handle()
482 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_add_added_dev()
512 BTA_HhRemoveDev(p_added_dev->dev_handle); in btif_hh_remove_device()
515 p_added_dev->dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_remove_device()
531 p_dev->dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_remove_device()
600 BTA_HhSendCtrl(p_dev->dev_handle, BTA_HH_CTRL_VIRTUAL_CABLE_UNPLUG); in btif_hh_virtual_unplug()
649 if (added_dev->dev_handle == BTA_HH_INVALID_HANDLE) { in btif_hh_connect()
653 added_dev->dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_connect()
696 BTA_HhClose(p_dev->dev_handle); in btif_hh_disconnect()
719 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf); in btif_hh_setreport()
1019 btif_hh_cb.added_devices[i].dev_handle = p_data->dev_info.handle; in btif_hh_upstreams_evt()
1023 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_upstreams_evt()
1205 p_data.dev_status.handle = p_dev->dev_handle; in btif_hh_tmr_hdlr()
1408 BTA_HhGetProtoMode(p_dev->dev_handle); in get_protocol()
1453 BTA_HhSetProtoMode(p_dev->dev_handle, protocolMode); in set_protocol()
1499 BTA_HhGetReport(p_dev->dev_handle, reportType, in get_report()
1568 BTA_HhSetReport(p_dev->dev_handle, reportType, p_buf); in set_report()
1635 BTA_HhSendData(p_dev->dev_handle, *bda, p_buf); in send_data()