removeService

suspend fun removeService(args: BluetoothEmulation.RemoveServiceParameter, mode: CommandMode = CommandMode.DEFAULT)

Removes the service respresented by |serviceId| from the simulated central.


suspend fun removeService(serviceId: String)

Removes the service respresented by |serviceId| from the simulated central.

Parameters

serviceId

No description