Diff between 8b8e62a2185f288da87671d8dc78c719dc6e6028 and afeb0d0bf9118caf5048c096a90329cf9e6941bf
Changed Files
| File | Additions | Deletions | Status |
| src/profile.c | +2 | -1 | modified |
Full Patch
diff --git a/src/profile.c b/src/profile.c
index accd007..d8cbe6a 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1978,9 +1978,10 @@ static struct default_settings {
.name = "Message Notification",
.channel = MNS_DEFAULT_CHANNEL,
.psm = BTD_PROFILE_PSM_AUTO,
+ .mode = BT_IO_MODE_ERTM,
.authorize = true,
.get_record = get_mns_record,
- .version = 0x0100
+ .version = 0x0102
},
};