Skip to content

Commit

Permalink
Link Scanning API to new "bluetooth" permission definition (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
reillyeon authored Mar 10, 2022
1 parent cecb7f1 commit f4883c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scanning.bs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ spec: webidl
spec:web-bluetooth
type: dfn
text: read only arraybuffer
type: permission
text: "bluetooth"
spec: permissions-1
type: enum-value
text: "bluetooth"
text: "denied"
text: "granted"
</pre>
Expand Down Expand Up @@ -675,7 +676,7 @@ settings object=] is no longer [=fully active=], it must run these steps:
Note: the user's <a href="#scanning-permission">permission to scan</a>
likely indicates that
they intend newly-discovered devices to appear in
{{"bluetooth"}}'s <a>extra permission data</a>,
<a permission>"bluetooth"</a>'s <a>extra permission data</a>,
but possibly with {{AllowedBluetoothDevice/mayUseGATT}} set to `false`.
</li>
<li>
Expand Down

0 comments on commit f4883c8

Please sign in to comment.