CBPeripheralManagerRestoredStateServicesKey

Static CBPeripheralManagerRestoredStateServicesKey 

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

An NSArray of CBMutableService objects containing all services that were published to the local database at the time the application was terminated by the system. All information for each service will be restored, including all discovered services, characteristics and descriptors, as well as characteristic notification states.

See: peripheralManager:willRestoreState:

See also: addService:

See also Apple’s documentation