From 669a8f18d336c52b53a7d7d156f8d916019e2af1 Mon Sep 17 00:00:00 2001 From: ngammarano <54072413+ngammarano@users.noreply.github.com> Date: Tue, 27 Oct 2020 07:48:41 -0300 Subject: [PATCH] Update bluetooth_profile.html Changed Manufacturer Name String characteristic and UART service requirements to Optional See Issue https://github.com/lancaster-university/microbit-docs/issues/80 --- .../bluetooth/bluetooth_profile.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/resources/bluetooth/bluetooth_profile.html b/docs/resources/bluetooth/bluetooth_profile.html index 34dd058..cbb2b25 100755 --- a/docs/resources/bluetooth/bluetooth_profile.html +++ b/docs/resources/bluetooth/bluetooth_profile.html @@ -24,7 +24,7 @@
Profile Name
-
BBC microbit V1_11
+
BBC microbit V1_12
@@ -41,7 +41,12 @@
Summary:
-
Version 1.11 - 28th July 2017
+	  
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
@@ -1270,7 +1275,7 @@
 
   	
Requirement
-
Mandatory
+
Optional
@@ -2137,9 +2142,9 @@
Information:
-
0 - state unknown
-1 - calibration requested
-2 - calibration completed OK
+		  
0 - state unknown
+1 - calibration requested
+2 - calibration completed OK
 3 - calibration completed with error
@@ -4601,7 +4606,7 @@
Requirement
-
Mandatory
+
Optional