How can I disable my internal Bluetooth adapter and use a USB one?
Original message was deleted
bluetoothctl listbluetoothctl list#!/usr/bin/bash
# Turn off windows bluetooth adapter and set linux bluetooth adapter as default
echo -e "select 00:E0:4C:23:99:87\npower off\n" | bluetoothctl
echo -e "select 00:1A:7D:DA:71:11\n" | bluetoothctl