Static CBPeripheralManagerOptionShowPowerAlertKey

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

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

See: initWithDelegate:queue:options:

See also Apple’s documentation