File tree Expand file tree Collapse file tree 5 files changed +95
-16
lines changed Expand file tree Collapse file tree 5 files changed +95
-16
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Purpose
1212
1313Status
1414------
15- version v1.20 .0
15+ version v1.22 .0
1616
1717Coprocessor Binaries
1818--------------------
@@ -80,7 +80,7 @@ https://github.com/STMicroelectronics/STM32CubeWB
8080
8181Commit
8282------
83- 529e571e91c93d4bf1aae6e0d69b9a5dcf4d828d
83+ 1bc844d570ccbcfdb40532127fd50161d0b6f207
8484
8585Maintained-by
8686-------------
Original file line number Diff line number Diff line change @@ -673,8 +673,9 @@ typedef enum
673673{
674674 CFG_SCH_PRIO_0 ,
675675 /* USER CODE BEGIN CFG_SCH_Prio_Id_t */
676- CFG_PRIO_NBR ,
676+
677677 /* USER CODE END CFG_SCH_Prio_Id_t */
678+ CFG_SCH_PRIO_NBR
678679} CFG_SCH_Prio_Id_t ;
679680
680681/**
Original file line number Diff line number Diff line change 55 *****************************************************************************
66 * @attention
77 *
8- * Copyright (c) 2018-2024 STMicroelectronics.
8+ * Copyright (c) 2018-2025 STMicroelectronics.
99 * All rights reserved.
1010 *
1111 * This software is licensed under terms that can be found in the LICENSE file
9797 * mentioned parameters.
9898*/
9999#if (BEACON_ONLY != 0 )
100- #define BLE_FIXED_BUFFER_SIZE_BYTES 4100 /* Beacon only */
100+ #define BLE_FIXED_BUFFER_SIZE_BYTES 4200 /* Beacon only */
101101#elif (LL_ONLY_BASIC != 0 )
102102#define BLE_FIXED_BUFFER_SIZE_BYTES 6040 /* LL only Basic*/
103103#elif (LL_ONLY != 0 )
114114 * BLE_PER_LINK_SIZE_BYTES: additional memory size used per link
115115 */
116116#if (BEACON_ONLY != 0 )
117- #define BLE_PER_LINK_SIZE_BYTES 108 /* Beacon only */
117+ #define BLE_PER_LINK_SIZE_BYTES 76 /* Beacon only */
118118#elif (LL_ONLY_BASIC != 0 )
119119#define BLE_PER_LINK_SIZE_BYTES 244 /* LL only Basic */
120120#elif (LL_ONLY != 0 )
You can’t perform that action at this time.
0 commit comments