summaryrefslogtreecommitdiff
path: root/profiles/network/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/network/manager.c')
-rw-r--r--profiles/network/manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/network/manager.c b/profiles/network/manager.c
index 41377fb83..79a65a3d3 100644
--- a/profiles/network/manager.c
+++ b/profiles/network/manager.c
@@ -133,6 +133,7 @@ static void nap_server_remove(struct btd_profile *p,
static struct btd_profile panu_profile = {
.name = "network-panu",
+ .version = 0x0100,
.local_uuid = NAP_UUID,
.remote_uuid = PANU_UUID,
.device_probe = connection_register,
@@ -145,6 +146,7 @@ static struct btd_profile panu_profile = {
static struct btd_profile gn_profile = {
.name = "network-gn",
+ .version = 0x0100,
.local_uuid = PANU_UUID,
.remote_uuid = GN_UUID,
.device_probe = connection_register,
@@ -157,6 +159,7 @@ static struct btd_profile gn_profile = {
static struct btd_profile nap_profile = {
.name = "network-nap",
+ .version = 0x0100,
.local_uuid = PANU_UUID,
.remote_uuid = NAP_UUID,
.device_probe = connection_register,