We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7ff9c commit efdb019Copy full SHA for efdb019
cores/nRF5/nimble_config/ext_nimble_config.h
@@ -96,3 +96,8 @@ MYNEWT_VAL_MCU_TARGET__nRF5340_NET
96
#endif
97
98
#define CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE 1
99
+
100
+/* FIX DLE with Nimble core 1.6 */
101
+#if MYNEWT_VAL_BLE_LL_CFG_FEAT_LE_CODED_PHY
102
+#define BLE_50_FEATURE_SUPPORT 1
103
+#endif
0 commit comments