8000 Ensure data length extension is performed correctly in nimble 1.6 · h2zero/n-able-Arduino@efdb019 · GitHub
[go: up one dir, main page]

Skip to content

Commit efdb019

Browse files
committed
Ensure data length extension is performed correctly in nimble 1.6
1 parent 5c7ff9c commit efdb019

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cores/nRF5/nimble_config/ext_nimble_config.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,8 @@ MYNEWT_VAL_MCU_TARGET__nRF5340_NET
9696
#endif
9797

9898
#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

Comments
 (0)
0