From 5be288d546717d0b6e40b00f5f6e484eae20d403 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 20 Nov 2012 13:04:52 +0200 Subject: [PATCH] network: Add missing local_uuid values --- profiles/network/manager.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/network/manager.c b/profiles/network/manager.c index 8d0dc4d21..06abe1bc7 100644 --- a/profiles/network/manager.c +++ b/profiles/network/manager.c @@ -254,6 +254,7 @@ static void nap_server_remove(struct btd_profile *p, static struct btd_profile panu_profile = { .name = "network-panu", + .local_uuid = NAP_UUID, .remote_uuids = BTD_UUIDS(PANU_UUID), .device_probe = panu_probe, .device_remove = network_remove, @@ -265,6 +266,7 @@ static struct btd_profile panu_profile = { static struct btd_profile gn_profile = { .name = "network-gn", + .local_uuid = PANU_UUID, .remote_uuids = BTD_UUIDS(GN_UUID), .device_probe = gn_probe, .device_remove = network_remove, @@ -276,6 +278,7 @@ static struct btd_profile gn_profile = { static struct btd_profile nap_profile = { .name = "network-nap", + .local_uuid = PANU_UUID, .remote_uuids = BTD_UUIDS(NAP_UUID), .device_probe = nap_probe, .device_remove = network_remove, -- 2.47.3