Skip to content

Commit

Permalink
ci: Enable BLE_L2CAP_ENHANCED_COC in btshell_all target
Browse files Browse the repository at this point in the history
This allows to test more code.
  • Loading branch information
sjanc committed Sep 26, 2023
1 parent 5d76471 commit f4d8b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/targets_linux/nordic_pca10056_btshell_all/syscfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BLE_EXT_ADV: 1
BLE_EXT_ADV_MAX_SIZE: 1650
BLE_HS_DEBUG: 1
BLE_L2CAP_COC_MAX_NUM: 5

BLE_L2CAP_ENHANCED_COC: 1
BLE_MAX_CONNECTIONS: 5
BLE_MONITOR_RTT: 1
BLE_MULTI_ADV_INSTANCES: 5
Expand All @@ -14,7 +14,7 @@ BLE_SM_BONDING: 1
BLE_SM_LEGACY: 1
BLE_SM_SC: 1
BLE_STORE_MAX_BONDS: 5
BLE_VERSION: 51
BLE_VERSION: 53

BLE_LL_CFG_FEAT_LE_2M_PHY: 1
BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
Expand Down

0 comments on commit f4d8b7d

Please sign in to comment.