← Back to BluetoothEmulation domain

BluetoothEmulation.disable

Disable the BluetoothEmulation domain.

Domain: BluetoothEmulation experimental

Example Request

{
  "id": 1,
  "method": "BluetoothEmulation.disable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('BluetoothEmulation.disable');
console.log(result);