Expand description
Native macOS Bluetooth RFCOMM transport.
Bypasses the broken IOUserBluetoothSerialDriver serial port driver
and talks directly to the radio via IOBluetoothRFCOMMChannel.
Connections can be closed and reopened without restarting bluetoothd.
This module is only available on macOS (cfg(target_os = "macos")).
Structsยง
- Bluetooth
Transport - Native macOS Bluetooth transport using
IOBluetoothRFCOMM.