Contents

CBConnectPeripheralOptionEnableAutoReconnect

A Boolean value that specifies whether the system automatically reconnects with a peripheral.

Declaration

let CBConnectPeripheralOptionEnableAutoReconnect: String

Discussion

After a peripheral device connects, this setting enables the system to initiate a connection to the peer device automatically when the link drops. The system uses centralManager(_:didDisconnectPeripheral:timestamp:isReconnecting:error:) to notify the caller about the disconnection.

See Also

Options