Skip to content

Commit

Permalink
Formatting for scanRecord definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnj committed Sep 12, 2024
1 parent 83d6e02 commit 7053802
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4978,20 +4978,18 @@ bluetooth.ScanRecord = {

A `bluetooth.ScanRecord` represents data of the advertisement packet sent by a [=Bluetooth device=].

<dl heading="bluetooth.ScanRecord attributes"
dfn-for="bluetooth.ScanRecord" dfn-type="attribute"
link-for-hint="bluetooth.ScanRecord">

<dfn>name</dfn> is {{BluetoothDevice}}'s local name, or a prefix of it.
<dl>
<dt><code>name</code></dt>
<dd>is {{BluetoothDevice}}'s local name, or a prefix of it.</dd>

<dfn>uuids</dfn> lists the Service UUIDs that this scan record says
{{BluetoothDevice}}'s GATT server supports.
<dt><code>uuids</code></dt>
<dd>lists the Service UUIDs that this scan record says {{BluetoothDevice}}'s GATT server supports.</dd>

<dfn>appearance</dfn> is an <a>Appearance</a>, one of the values defined by the
{{gap.appearance}} characteristic.
<dt><code>appearance</code></dt>
<dd>is an <a>Appearance</a>, one of the values defined by the {{gap.appearance}} characteristic.</dd>

<dfn>manufacturerData</dfn> maps <code>unsigned short</code> Company Identifier
Codes to {{DataView}}s.
<dt><code>manufacturerData</code></dt>
<dd>maps <code>unsigned short</code> Company Identifier Codes to {{DataView}}s.</dd>
</dl>


Expand Down

0 comments on commit 7053802

Please sign in to comment.