diff --git a/profiles/network/manager.c b/profiles/network/manager.c
index 8d0dc4d..06abe1b 100644
--- a/profiles/network/manager.c
+++ b/profiles/network/manager.c
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,
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,
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,