summaryrefslogtreecommitdiffstats
path: root/binding/bluetooth-map-api.c
diff options
context:
space:
mode:
Diffstat (limited to 'binding/bluetooth-map-api.c')
-rw-r--r--binding/bluetooth-map-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/bluetooth-map-api.c b/binding/bluetooth-map-api.c
index d05709e..c72e7e2 100644
--- a/binding/bluetooth-map-api.c
+++ b/binding/bluetooth-map-api.c
@@ -391,7 +391,7 @@ static gboolean is_map_dev_and_init(struct map_state *ns, struct json_object *de
const char *address = NULL;
struct json_object *val1 = NULL;
- if (g_strcmp0(MAP_UUID, uuid))
+ if (g_strcmp0(MAS_UUID, uuid))
continue;
json_object_object_get_ex(props, "address", &val1);