BluetoothServerName

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class BluetoothServerName(val name: String)

Overrides the simple name of the server type generated for a Bluetooth device. Defaults to <DeviceName>Server.

Properties

Link copied to clipboard

the simple name to use for the generated server.