summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-09-04 02:50:27 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-09-04 02:50:27 +0200
commit36f81e215f5ae2098c26daaa006131657f83f358 (patch)
tree8dafd2df30b231a9d2e0a8bbb2acb8b5aa272625
parente513efa8e42784b8ed4428a3b0d43218e1e3127d (diff)
downloadbluez-36f81e215f5ae2098c26daaa006131657f83f358.tar.gz
monitor: Update vendor defined 16-bit UUID entries
-rw-r--r--monitor/uuid.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/monitor/uuid.c b/monitor/uuid.c
index 2d1ee3d63..fe79f3f81 100644
--- a/monitor/uuid.c
+++ b/monitor/uuid.c
@@ -453,7 +453,11 @@ static struct {
{ 0xfe8c, "TRON Forum" },
{ 0xfe8b, "Apple, Inc." },
{ 0xfe8a, "Apple, Inc." },
- { 0xfe89, "Bang & Olufsen" },
+ { 0xfe89, "B&O Play A/S" },
+ { 0xfe88, "SALTO SYSTEMS S.L." },
+ /* SDO defined */
+ { 0xfffe, "Alliance for Wireless Power (A4WP)" },
+ { 0xfffd, "Fast IDentity Online Alliance (FIDO)" },
{ }
};