Removed pin characteristics not relating to the edge connector.

This commit is contained in:
bluetooth-mdw 2015-09-11 07:47:36 +01:00
parent 9cda28c9f8
commit 9b05dc2708
6 changed files with 1152 additions and 3245 deletions

View File

@ -4,10 +4,12 @@
Profile Design
--------------
OPEN:
### OPEN:
D3. Simplify the IO Pin Service, possible to expose the edge connector pins only. Possibly drop it to save memory and use the event service to transport pin values in either direction. Needs further thought.
* Update: Removed all pin characteristics except for pin 0, pin 1 and pin 2.
D5. Generic Attribute Service: profile design doc/report doesnt show it and its mandatory (issue with Bluetooth Developer Studio).
D9. DFU services uses a different base UUID to the other custom services. Is this deliberate?
@ -17,7 +19,7 @@ D10. Characteristics in the DFU service use a different base UUID to the parent
D11. What are the data types for DFU Control and DFU Flash Code? Assumed uint8 and array of uint8.
CLOSED:
### CLOSED:
D1. Lose the System LED State characteristic since it cannot be controlled from the BLE MCU.DONE.
@ -37,7 +39,7 @@ D12. Microbit DFU service not in the profile design. Added. Needs descriptions a
Profile Testing
---------------
OPEN:
### OPEN:
T1. Client Event characteristic should have the WRITE property and currently does not.
T2. MicroBit Event characteristic should have the READ property and currently does not.
@ -52,4 +54,4 @@ T6. Device Name in advertising packets includes the flash code so anyone could p
T7. Generic Access Service: Device Name and Appearance are mandatory and so need values
CLOSED:
### CLOSED:

View File

@ -165,51 +165,6 @@
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>04F4 : IO Pin 2</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>BF30 : IO Pin 3</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>E5C1 : IO Pin 4</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>5281 : IO Pin 5</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>2C44 : IO Pin 6</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>D205 : IO Pin 7</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>55FF : IO Pin 8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>0906 : IO Pin 9</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>20BE : IO Pin 10</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>E36E : IO Pin 11</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>2C29 : IO Pin 12</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>B67A : IO Pin 13</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>C2FE : IO Pin 14</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>74B4 : IO Pin 15</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>AB2C : IO Pin 16</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>100A : IO Pin 17</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>5899 : IO Pin Configuration</p></div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -262,16 +262,6 @@ p
float:left;
}
.mandatory_property {
width: 935px;
font-size: 12px;
line-height: 33px;
height: 33px;
float:left;
font-weight:bold;
color:#ff0000;
}
.characteristic_field {
float:left;
width:1280px;