Diff between 0acdf186fcde930dfe4c25175dc857ef2d73cefe and 1b37809b1df771fcfc2c46a8ece765359615ad28

Changed Files

File Additions Deletions Status
doc/supported-features.txt +2 -1 modified
src/profile.c +1 -1 modified

Full Patch

diff --git a/doc/supported-features.txt b/doc/supported-features.txt
index 8b71bfe..5318dc6 100644
--- a/doc/supported-features.txt
+++ b/doc/supported-features.txt
@@ -40,7 +40,8 @@ FTP			1.3		Client, Server
 OPP			1.2		Client, Server
 SYNCH			1.1		Client
 PBAP			1.1		Client, Server
-MAP			1.0		Client, Server
+MAP			1.0		Server
+MAP			1.4		Client
 
 HID			1.1		Host
 
diff --git a/src/profile.c b/src/profile.c
index 70ac058..af32dbd 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -2167,7 +2167,7 @@ static struct default_settings {
 		.mode		= BT_IO_MODE_ERTM,
 		.authorize	= true,
 		.get_record	= get_mns_record,
-		.version	= 0x0102
+		.version	= 0x0104
 	},
 };