diff --git a/core/connectors/bt_mgmt.c b/core/connectors/bt_mgmt.c index 7efef454..df7d2341 100644 --- a/core/connectors/bt_mgmt.c +++ b/core/connectors/bt_mgmt.c @@ -23,6 +23,12 @@ #include #include "../../directories.h" +#if $HCI_CHANNEL_CONTROL == 1 +#warning "Redefining HCI_CHANNEL_CONTROL to 3." +#undef HCI_CHANNEL_CONTROL +#define HCI_CHANNEL_CONTROL 3 +#endif + #define TRUE 1 #define FALSE 0