summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device/src/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/src/controller.c b/device/src/controller.c
index 51016254f..1938f09aa 100644
--- a/device/src/controller.c
+++ b/device/src/controller.c
@@ -34,7 +34,7 @@
#include "stack/include/btm_ble_api.h"
#include "btcore/include/version.h"
-const bt_event_mask_t BLE_EVENT_MASK = { "\x00\x00\x00\x00\x00\x00\x04\x7f" };
+const bt_event_mask_t BLE_EVENT_MASK = { "\x00\x00\x00\x00\x00\x00\x06\x7f" };
#if (BLE_INCLUDED)
const bt_event_mask_t CLASSIC_EVENT_MASK = { HCI_DUMO_EVENT_MASK_EXT };