BaseBluetoothServerBuilder

Builder class for creating a BluetoothServer.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun createServer(settingsBuilder: (Permissions) -> ServerSettings = { ServerSettings(permissions = it) }, coroutineContext: CoroutineContext = defaultBluetoothServerDispatcher, specs: BluetoothServerDSL.() -> Unit): BluetoothServer

Creates a BluetoothServer