This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new f4d8b7dd ci: Enable BLE_L2CAP_ENHANCED_COC in btshell_all target
f4d8b7dd is described below

commit f4d8b7dde8b8473339112df0dce7da8a8899fa37
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Tue Sep 26 11:18:59 2023 +0200

    ci: Enable BLE_L2CAP_ENHANCED_COC in btshell_all target
    
    This allows to test more code.
---
 .github/targets_linux/nordic_pca10056_btshell_all/syscfg.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/targets_linux/nordic_pca10056_btshell_all/syscfg.h 
b/.github/targets_linux/nordic_pca10056_btshell_all/syscfg.h
index 1fd335a1..f7011fd0 100644
--- a/.github/targets_linux/nordic_pca10056_btshell_all/syscfg.h
+++ b/.github/targets_linux/nordic_pca10056_btshell_all/syscfg.h
@@ -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
@@ -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

Reply via email to