From 6219996ed8e14ed8858899125b9ab8ead751513a Mon Sep 17 00:00:00 2001 From: bluetooth-mdw Date: Thu, 10 Sep 2015 13:20:53 +0100 Subject: [PATCH] Updated --- ble_issue_tracker.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ble_issue_tracker.md b/ble_issue_tracker.md index e286f03..da787e6 100644 --- a/ble_issue_tracker.md +++ b/ble_issue_tracker.md @@ -10,6 +10,12 @@ D3. Simplify the IO Pin Service, possible to expose the edge connector pins only D5. Generic Attribute Service: profile design doc/report doesn’t show it and it’s mandatory (issue with Bluetooth Developer Studio). +D9. DFU services uses a different base UUID to the other custom services. Is this deliberate? + +D10. Characteristics in the DFU service use a different base UUID to the parent service. Is this deliberate? + +D11. What are the data types for DFU Control and DFU Flash Code? Assumed uint8 and array of uint8. + CLOSED: @@ -25,6 +31,8 @@ D7. Why does LED Matrix State support “Write Without Response”? I think this D8. MicroBit Requirements supports Write. This is (ironically and puntastically) wrong. Client should not be able to modify the requirements the MicroBit has. Changed. +D12. Microbit DFU service not in the profile design. Added. Needs descriptions and data types confirming. + Profile Testing ---------------