OpenedServer

data class OpenedServer(val serverApi: GattServerAPI, val services: List<IBluetoothGattService>)

Wrapper class grouping server api with it's services.

Constructors

Link copied to clipboard
constructor(serverApi: GattServerAPI, services: List<IBluetoothGattService>)

Properties

Link copied to clipboard

GattServerAPI for communication with server side.

Link copied to clipboard

A services for copy with each connection.