File tree 1 file changed +16
-6
lines changed
1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,24 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
28
28
# Bluetooth
29
29
#
30
30
CONFIG_BT_ENABLED=y
31
- CONFIG_BT_STACK_NO_LOG=y
32
- # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
33
- # CONFIG_BLE_MESH is not set
34
31
CONFIG_BT_NIMBLE_ENABLED=y
35
32
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
36
33
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
37
34
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
35
+
36
+ CONFIG_BT_CTRL_DUPL_SCAN_CACHE_REFRESH_PERIOD=60
37
+ # CONFIG_BTDM_BLE_SCAN_DUPL is not set
38
+ CONFIG_BT_CTRL_ADV_DUP_FILT_MAX=1
38
39
# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
39
- # CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
40
- # CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
41
- # CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
40
+
41
+ # BLE 5 section
42
+ CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT=y
43
+ CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY=y
44
+ CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY=y
45
+ CONFIG_BT_NIMBLE_EXT_ADV=y
46
+
47
+ # Experimental section
48
+ # CONFIG_BT_NIMBLE_GATT_MAX_PROCS=70
49
+ # CONFIG_BT_NIMBLE_ACL_BUF_COUNT=40
50
+ # CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE=255
51
+ # CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN=7
You can’t perform that action at this time.
0 commit comments