BluetoothClientName

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

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

Properties

Link copied to clipboard

the simple name to use for the generated client.