summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-12-01 15:58:30 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-12-02 11:36:01 +0200
commit5d9b188f45d04775a6fa2a924837d85b37802a7f (patch)
treefeea8ae6afdb34a64bb5acb53b7c1b8987a41d3f /src/profile.c
parent5bf03cc40ddb301cd975040ec93740df4c4a5338 (diff)
downloadbluez-5d9b188f45d04775a6fa2a924837d85b37802a7f.tar.gz
core/profiles: Update PCE record version
This updates PCE record version to 1.2
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c2
1 files changed, 1 insertions, 1 deletions
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",