pub unsafe static CBConnectPeripheralOptionEnableAutoReconnect: &'static NSStringAvailable on crate feature
CBCentralManagerConstants only.Expand description
An NSNumber (Boolean) indicating that the AutoReconnect is enabled for the peripheral is connected. After peripheral device is connected, this will allow the system to initiate connect to the peer device automatically when link is dropped. Caller will get notified about the disconnection with potential delay via {
centralManager:didDisconnectPeripheral:timestamp:isReconnecting:error:}
@see connectPeripheral:
See also Appleās documentation