Enumerations
The following enumerations are available globally.
-
Bluetooth error which can be emitted by RxBluetoothKit created observables.
See moreDeclaration
Swift
public enum BluetoothError : Error
extension BluetoothError: CustomStringConvertible
extension BluetoothError: Equatable
-
Type describing bluetooth state, equivalent to CBManagerState.
See moreDeclaration
Swift
public enum BluetoothState : Int
-
Namespace for assigning the default logger.
See moreDeclaration
Swift
public enum RxBluetoothKitLogger
-
Enum result that is returned as a result of
See morePeripheralManager.startAdvertising
methodDeclaration
Swift
public enum StartAdvertisingResult