AdvertiseData

data class AdvertiseData(val localName: String?, val serviceUUIDs: List<UUID>)

Data advertised by a BluetoothServer

Constructors

Link copied to clipboard
constructor(localName: String?, serviceUUIDs: List<UUID>)

Types

Link copied to clipboard
interface Builder

Properties

Link copied to clipboard

the name of the device to advertise

Link copied to clipboard

the UUIDs of the LocalService to advertise