2016-05-30 15:45:46

by François Beaufort

[permalink] [raw]
Subject: [PATCH BlueZ] Recognize FIDO U2F service characteristics

These FIDO U2F service characteristics are defined at
https://fidoalliance.org/specs/u2f-specs-1.0-bt-nfc-id-amendment/fido-u2f-bt-protocol.html

---
monitor/uuid.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/monitor/uuid.c b/monitor/uuid.c
index 1ceaa6f..6008626 100644
--- a/monitor/uuid.c
+++ b/monitor/uuid.c
@@ -562,6 +562,10 @@ static const struct {
"(Advanced) Factory reset" },
{ "a3c8750c-8ed3-4bdf-8a39-a01bebede295",
"(Advanced) Remain Connectable" },
+ { "f1d0fff1-deaa-ecee-b42f-c9ba7ed623bb", "U2F Control Point" },
+ { "f1d0fff2-deaa-ecee-b42f-c9ba7ed623bb", "U2F Status" },
+ { "f1d0fff3-deaa-ecee-b42f-c9ba7ed623bb",
+ "U2F Control Point Length" },
{ }
};

--
2.7.0