CBCentralManagerOptionShowPowerAlertKey

Static CBCentralManagerOptionShowPowerAlertKey 

Source
pub unsafe static CBCentralManagerOptionShowPowerAlertKey: &'static NSString
Available on crate feature CBCentralManagerConstants only.
Expand description

An NSNumber (Boolean) indicating that the system should, if Bluetooth is powered off when CBCentralManager is instantiated, display a warning dialog to the user.

See: initWithDelegate:queue:options:

See also Apple’s documentation