---
title: CBConnectPeripheralOptionStartDelayKey
framework: corebluetooth
role: symbol
role_heading: Global Variable
path: corebluetooth/cbconnectperipheraloptionstartdelaykey
---

# CBConnectPeripheralOptionStartDelayKey

An option that indicates a delay before the system makes a connection.

## Declaration

```swift
let CBConnectPeripheralOptionStartDelayKey: String
```

## Discussion

Discussion The corresponding value is an NSNumber that indicates the duration of the delay in seconds.

## See Also

### Options

- [CBConnectPeripheralOptionEnableAutoReconnect](corebluetooth/cbconnectperipheraloptionenableautoreconnect.md)
- [CBConnectPeripheralOptionEnableTransportBridgingKey](corebluetooth/cbconnectperipheraloptionenabletransportbridgingkey.md)
- [CBConnectPeripheralOptionNotifyOnConnectionKey](corebluetooth/cbconnectperipheraloptionnotifyonconnectionkey.md)
- [CBConnectPeripheralOptionNotifyOnDisconnectionKey](corebluetooth/cbconnectperipheraloptionnotifyondisconnectionkey.md)
- [CBConnectPeripheralOptionNotifyOnNotificationKey](corebluetooth/cbconnectperipheraloptionnotifyonnotificationkey.md)
- [CBConnectPeripheralOptionRequiresANCS](corebluetooth/cbconnectperipheraloptionrequiresancs.md)
