Instance Property bluetooth
bluetoothState
Stream of
CBCentralManager.state
updates, such as for authorization or power status. (from centralManagerDidUpdateState(_:)
). Skips unknown and resetting states changes.Framework
- Meta
Wear
Declaration
var bluetoothState: AnyPublisher <CBManagerState , Never>! { get }