BluetoothEmulation.removeServiceRemoves the service respresented by |serviceId| from the simulated central.
| Name | Type | Description |
|---|---|---|
serviceId | string |
{
"id": 1,
"method": "BluetoothEmulation.removeService",
"params": {
"serviceId": "serviceId-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('BluetoothEmulation.removeService', {"serviceId": "serviceId-value"});
console.log(result);