BluetoothState
public enum BluetoothState
An enumeration representing the state of the bluetooth stack of the device
-
Unknown, probably transient
Declaration
Swift
case unknown
-
Bluetooth is resetting
Declaration
Swift
case resetting
-
Bluetooth is not supported for this device
Declaration
Swift
case unsupported
-
The application is not authorized to use bluetooth
Declaration
Swift
case unauthorized
-
The bluetooth is off
Declaration
Swift
case poweredOff
-
The bluetooth is on and ready
Declaration
Swift
case poweredOn