initial import

This commit is contained in:
Gilles Boccon-Gibod
2022-05-16 19:42:31 -07:00
commit 6ac91f7dec
185 changed files with 32064 additions and 0 deletions

View File

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