AddServiceResponse

@Serializable
data class AddServiceResponse(val serviceId: String)

Response type for the BluetoothEmulationDomain.addService command.

Constructors

Link copied to clipboard
constructor(serviceId: String)

Properties

Link copied to clipboard

An identifier that uniquely represents this service.