summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-07-17 10:13:42 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-07-21 14:31:59 +0300
commit2b27ff86c2d9f0030d5d11dc9307363e3a6873b6 (patch)
treea0a716266bb91b3fcf187956cc3a8f6b10a80782 /monitor
parent092f75d83dbf0f14c30372838a85fff0f983b5a3 (diff)
downloadbluez-2b27ff86c2d9f0030d5d11dc9307363e3a6873b6.tar.gz
monitor: Add decoding of GATT Mesh Services
This adds UUIDs of GATT Mesh Provisioning Service and Mesh Proxy Service.
Diffstat (limited to 'monitor')
-rw-r--r--monitor/uuid.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/monitor/uuid.c b/monitor/uuid.c
index fb0b210fb..9839d03be 100644
--- a/monitor/uuid.c
+++ b/monitor/uuid.c
@@ -170,7 +170,9 @@ static const struct {
{ 0x1824, "Transport Discovery" },
{ 0x1825, "Object Transfer" },
{ 0x1826, "Fitness Machine" },
- /* 0x1827 to 0x27ff undefined */
+ { 0x1827, "Mesh Provisioning" },
+ { 0x1828, "Mesh Proxy" },
+ /* 0x1829 to 0x27ff undefined */
{ 0x2800, "Primary Service" },
{ 0x2801, "Secondary Service" },
{ 0x2802, "Include" },
@@ -397,6 +399,10 @@ static const struct {
{ 0x2ad8, "Supported Power Range" },
{ 0x2ad9, "Fitness Machine Control Point" },
{ 0x2ada, "Fitness Machine Status" },
+ { 0x2adb, "Mesh Provisioning Data In" },
+ { 0x2adc, "Mesh Provisioning Data Out" },
+ { 0x2add, "Mesh Proxy Data In" },
+ { 0x2ade, "Mesh Proxy Data Out" },
/* vendor defined */
{ 0xfeff, "GN Netcom" },
{ 0xfefe, "GN ReSound A/S" },