1:material-apple: MACOS PLATFORM 2=============================== 3 4USB HCI 5------- 6 7To use the experimental USB HCI support on macOS, you need to tell macOS not to use the USB Bluetooth 8controller with its internal Bluetooth stack. 9To do that, use the following command: 10``` 11sudo nvram bluetoothHostControllerSwitchBehavior="never" 12``` 13A reboot shouldn't be necessary after that. See [Tech Note 2295](https://developer.apple.com/library/archive/technotes/tn2295/_index.html) 14