Loading system/device/src/controller.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 }; Loading Loading
system/device/src/controller.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 }; Loading