ConnectionOptions
Types
Link copied to clipboard
data class AutoConnect(val automaticallyRequestHighestValueLength: Boolean = false) : CentralManager.ConnectionOptions
Connection using Auto Connect feature.
Link copied to clipboard
data class Direct(val timeout: Duration = 10.seconds, val retry: Int = 2, val retryDelay: Duration = 300.milliseconds, val preferredPhy: List<Phy> = listOf(Phy.PHY_LE_1M), val automaticallyRequestHighestValueLength: Boolean = false) : CentralManager.ConnectionOptions
Connection options for direct connection.