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 79a65a3d3..ca7763c6f 100644
--- a/profiles/network/manager.c
+++ b/profiles/network/manager.c
@@ -136,6 +136,7 @@ static struct btd_profile panu_profile = {
.version = 0x0100,
.local_uuid = NAP_UUID,
.remote_uuid = PANU_UUID,
+ .auth_uuid = BNEP_SVC_UUID,
.device_probe = connection_register,
.device_remove = connection_unregister,
.connect = connection_connect,
@@ -149,6 +150,7 @@ static struct btd_profile gn_profile = {
.version = 0x0100,
.local_uuid = PANU_UUID,
.remote_uuid = GN_UUID,
+ .auth_uuid = BNEP_SVC_UUID,
.device_probe = connection_register,
.device_remove = connection_unregister,
.connect = connection_connect,
@@ -162,6 +164,7 @@ static struct btd_profile nap_profile = {
.version = 0x0100,
.local_uuid = PANU_UUID,
.remote_uuid = NAP_UUID,
+ .auth_uuid = BNEP_SVC_UUID,
.device_probe = connection_register,
.device_remove = connection_unregister,
.connect = connection_connect,