Searched refs:btio (Results 1 – 1 of 1) sorted by relevance
62 struct bt_io *btio = (struct bt_io *)bt_iodev; in add_profile_dev() local69 n->base.idx = btio->next_node_id++; in add_profile_dev()110 static void bt_possibly_switch_to_a2dp(struct bt_io *btio) in bt_possibly_switch_to_a2dp() argument112 if (!cras_bt_device_has_a2dp(btio->device)) in bt_possibly_switch_to_a2dp()114 cras_bt_device_set_active_profile(btio->device, in bt_possibly_switch_to_a2dp()116 cras_bt_device_switch_profile(btio->device, &btio->base); in bt_possibly_switch_to_a2dp()137 struct bt_io *btio = (struct bt_io *)iodev; in open_dev() local142 if (device_using_profile(btio->device, in open_dev()145 bt_switch_to_profile(btio->device, in open_dev()147 cras_bt_device_switch_profile_enable_dev(btio->device, iodev); in open_dev()[all …]