From 5d9b188f45d04775a6fa2a924837d85b37802a7f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 1 Dec 2014 15:58:30 +0200 Subject: [PATCH] core/profiles: Update PCE record version This updates PCE record version to 1.2 --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index 637ff7130..b30dbf8ed 100644 --- a/src/profile.c +++ b/src/profile.c @@ -2002,7 +2002,7 @@ static struct default_settings { .remote_uuid = OBEX_PSE_UUID, .authorize = true, .get_record = get_pce_record, - .version = 0x0101, + .version = 0x0102, }, { .uuid = OBEX_MAS_UUID, .name = "Message Access", -- 2.47.3