Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bluetooth_profile.html #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions docs/resources/bluetooth/bluetooth_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<div class="profile_item">
<div class="profile_label">Profile Name</div>
<div class="profile_value">BBC microbit V1_11</div>
<div class="profile_value">BBC microbit V1_12</div>
</div>

<div class="profile_item">
Expand All @@ -41,7 +41,12 @@
<div class="profile_label">Summary:</div>
</div>
<div class="profile_item">
<div class="text_block"><pre>Version 1.11 - 28th July 2017
<div class="text_block"><pre>Version 1.12 - 27th October 2020

Changed Manufacturer Name String characteristic requirement to Optional
Changed UART service requirement to Optional

Version 1.11 - 28th July 2017

Added Magnetometer Calibration characteristic to the Magnetometer Service
Added support for Write Without Response to the Client Event characteristic
Expand Down Expand Up @@ -1270,7 +1275,7 @@

<div class="characteristic_item">
<div class="characteristic_label">Requirement</div>
<div class="mandatory_property">Mandatory</div>
<div class="mandatory_property">Optional</div>
</div>

<div class="characteristic_item">
Expand Down Expand Up @@ -2137,9 +2142,9 @@
<div class="characteristic_label">Information:</div>
</div>
<div class="characteristic_item">
<div class="char_text_block"><pre>0 - state unknown
1 - calibration requested
2 - calibration completed OK
<div class="char_text_block"><pre>0 - state unknown
1 - calibration requested
2 - calibration completed OK
3 - calibration completed with error</pre></div>
</div>

Expand Down Expand Up @@ -4601,7 +4606,7 @@

<div class="service_item">
<div class="service_label">Requirement</div>
<div class="mandatory_property">Mandatory</div>
<div class="mandatory_property">Optional</div>
</div>

<div class="service_item">
Expand Down