addCharacteristic
suspend fun addCharacteristic(args: BluetoothEmulation.AddCharacteristicParameter, mode: CommandMode = CommandMode.DEFAULT): BluetoothEmulation.AddCharacteristicReturn
Adds a characteristic with |characteristicUuid| and |properties| to the service represented by |serviceId|.
suspend fun addCharacteristic(serviceId: String, characteristicUuid: String, properties: BluetoothEmulation.CharacteristicProperties): BluetoothEmulation.AddCharacteristicReturn
Adds a characteristic with |characteristicUuid| and |properties| to the service represented by |serviceId|.
Parameters
serviceId
No description
characteristicUuid
No description
properties
No description