Instance Property

bluetoothState

Stream of CBCentralManager.state updates, such as for authorization or power status. (from centralManagerDidUpdateState(_:)). Skips unknown and resetting states changes.

Declaration

var bluetoothState: AnyPublisher<CBManagerState, Never>! { get }