From 895dda2b25da43f01f1dc3cadccd8e7fd31d416b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 15 Nov 2012 15:36:15 +0200 Subject: [PATCH] core: Add common synonyms to to MAP MSE and MCE roles --- src/glib-helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/glib-helper.c b/src/glib-helper.c index fcc2eee80..fe5713ad5 100644 --- a/src/glib-helper.c +++ b/src/glib-helper.c @@ -108,7 +108,9 @@ static struct { { "pbap-pce", PBAP_PCE_SVCLASS_ID }, { "pbap-pse", PBAP_PSE_SVCLASS_ID }, { "map-mse", MAP_MSE_SVCLASS_ID }, + { "map-mas", MAP_MSE_SVCLASS_ID }, { "map-mce", MAP_MCE_SVCLASS_ID }, + { "map-mns", MAP_MCE_SVCLASS_ID }, { "gnss", GNSS_SERVER_SVCLASS_ID }, { } }; -- 2.47.3