CBCentralManagerRestoredStatePeripheralsKey

Static CBCentralManagerRestoredStatePeripheralsKey 

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

An NSArray of CBPeripheral objects containing all peripherals that were connected or pending connection at the time the application was terminated by the system. When possible, all known information for each peripheral will be restored, including any discovered services, characteristics and descriptors, as well as characteristic notification states.

See: centralManager:willRestoreState:

See also: connectPeripheral:options:

See also Apple’s documentation