summaryrefslogtreecommitdiffstats
path: root/binding/bluetooth-map-common.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-05-05 21:29:22 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-05-05 21:38:02 -0700
commitd01713989051d7651378994316acbdacd8ab8a4d (patch)
tree73ada56f4d919132f658154d89e2300590ee4e79 /binding/bluetooth-map-common.h
parent2d0a8a4c1ed22b51451bceb20f17d4e69467c2ff (diff)
binding: bluetooth-map: change uuid from MNS to MAS_UUID
Not all devices will have Message Notification Service initially when paired, and so check for Message Access Service instead. Bug-AGL: SPEC-2351 Change-Id: Ia5172c53631c6137626135795b97549f467bafe6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/bluetooth-map-common.h')
-rw-r--r--binding/bluetooth-map-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/bluetooth-map-common.h b/binding/bluetooth-map-common.h
index 0ce618e..4b43c7e 100644
--- a/binding/bluetooth-map-common.h
+++ b/binding/bluetooth-map-common.h
@@ -32,7 +32,7 @@
#define AFB_BINDING_VERSION 3
#include <afb/afb-binding.h>
-#define MAP_UUID "00001133-0000-1000-8000-00805f9b34fb"
+#define MAS_UUID "00001132-0000-1000-8000-00805f9b34fb"
struct call_work;