ServerConnectionOption

data class ServerConnectionOption(val bufferSize: Int = 10)

An additional options to configure a server behaviour.

Constructors

Link copied to clipboard
constructor(bufferSize: Int = 10)

Properties

Link copied to clipboard
val bufferSize: Int = 10

A buffer size used for queuing BluetoothGattServerCallback events.