Module bluetooth

Module bluetooth 

Source
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ยง

BluetoothTransport
Native macOS Bluetooth transport using IOBluetooth RFCOMM.