diff --git a/src/hcid.h b/src/hcid.h
index 8595823..9dd1a2b 100644
--- a/src/hcid.h
+++ b/src/hcid.h
uint16_t autoto;
uint32_t discovto;
uint32_t pairto;
- uint16_t link_policy;
gboolean reverse_sdp;
gboolean name_resolv;
gboolean debug_keys;
diff --git a/src/main.c b/src/main.c
index 6048078..eca4b76 100644
--- a/src/main.c
+++ b/src/main.c
g_clear_error(&err);
else
main_opts.debug_keys = boolean;
-
- main_opts.link_policy = HCI_LP_RSWITCH | HCI_LP_SNIFF |
- HCI_LP_HOLD | HCI_LP_PARK;
}
static void init_defaults(void)