Skip to content

Commit

Permalink
More updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnj committed Sep 19, 2024
1 parent 8df4f2d commit 03050b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5226,7 +5226,7 @@ The [=remote end steps=] with command parameters |params| are:
1. For each |navigable| of |navigables|:
1. Let |document| be |navigable|'s <a>active document</a>.
1. <a>Queue a task</a> on |document|'s <a>relevant settings object</a>'s <a>responsible event loop</a> to do the following sub-steps:
1. Let |simulatedDeviceInstance| be the {{BluetoothDevice}} in the |navigable|'s `navigator.bluetooth.[[deviceInstanceMap]]` corresponding to |simulatedDevice|.
1. Let |simulatedDeviceInstance| be the result of <a>get the <code>BluetoothDevice</code> representing</a> |simulatedDevice| inside |navigable|'s <a>active window</a>'s [=associated Bluetooth=].
1. If |simulatedDeviceInstance|.{{[[watchAdvertisementsState]]}} is `not-watching`, abort these sub-steps.
1. <a>Fire an `advertisementreceived` event</a> for the advertising event represented by |scanEntry|[`"scanRecord"`], at |simulatedDeviceInstance|.
1. Return [=success=] with data `null`.
Expand Down

0 comments on commit 03050b9

Please sign in to comment.