BluetoothEmulation.simulateAdvertisementSimulates an advertisement packet described in |entry| being received by the central.
| Name | Type | Description |
|---|---|---|
entry | ScanEntry |
{
"id": 1,
"method": "BluetoothEmulation.simulateAdvertisement",
"params": {
"entry": "entry-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('BluetoothEmulation.simulateAdvertisement', {"entry": "entry-value"});
console.log(result);