BluetoothEmulation.simulateGATTDisconnectionSimulates a GATT disconnection from the peripheral with |address|.
| Name | Type | Description |
|---|---|---|
address | string |
{
"id": 1,
"method": "BluetoothEmulation.simulateGATTDisconnection",
"params": {
"address": "address-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('BluetoothEmulation.simulateGATTDisconnection', {"address": "address-value"});
console.log(result);