Skip to content

Commit 695fea5

Browse files
laxiLangrlubos
authored andcommitted
softdevice_controller: rev e7ad5cd2fb16253885affd1462740793c023ad2a
CHANGELOG.rst contains the list of changes. Signed-off-by: Lang Xie <[email protected]>
1 parent 6b41bbc commit 695fea5

34 files changed

+42
-42
lines changed

softdevice_controller/doc/scheduling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following table summarizes the priorities.
6464
| | * Scanner in the synchronized state where the synchronization is about to be lost |
6565
| | * Scanner in the synchronized state receiving auxiliary packets (``AUX_CHAIN_IND``) |
6666
| | * Scanner in the synchronized state sending auxiliary packets (``AUX_SYNC_SUBEVENT_RSP``) |
67-
| | * Connectable Advertiser/Broadcaster which has been blocked consecutively for a few times |
67+
| | * Connectable Advertiser/Broadcaster which hasn't been able to send advertisements in a long time |
6868
| | * Scanner with interval not equal to the scan window and which hasn't scanned for a full window |
6969
| | in a long time |
7070
| | * Connected Isochronous channel setup |

softdevice_controller/include/sdc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ extern "C" {
226226
#define SDC_MEM_FAL(max_num_entries) ((max_num_entries) > 0 ? (4 + (max_num_entries) * 8) : 0)
227227

228228
/** @brief Auxiliary defines, not to be used outside of this file. */
229-
#define __MEM_PER_ADV_SET_LOW(max_adv_data) ((4912+(max_adv_data)*18)/10)
230-
#define __MEM_PER_ADV_SET_HIGH(max_adv_data) (679+(max_adv_data))
229+
#define __MEM_PER_ADV_SET_LOW(max_adv_data) ((4995+(max_adv_data)*18)/10)
230+
#define __MEM_PER_ADV_SET_HIGH(max_adv_data) (683+(max_adv_data))
231231
#define __MEM_PER_PERIODIC_ADV_SET_LOW(max_adv_data) ((2658+(max_adv_data)*18)/10)
232232
#define __MEM_PER_PERIODIC_ADV_SET_HIGH(max_adv_data) (457+(max_adv_data))
233233

Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: 6ba8c6b2317f30c7f72c2b80808f2793f9294d77
3-
ll_subversion_number: '0x1042'
2+
git_revision: e7ad5cd2fb16253885affd1462740793c023ad2a
3+
ll_subversion_number: '0x1048'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-01T12:27:19Z'
5+
timestamp: '2024-11-07T12:52:31Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: 6ba8c6b2317f30c7f72c2b80808f2793f9294d77
3-
ll_subversion_number: '0x1042'
2+
git_revision: e7ad5cd2fb16253885affd1462740793c023ad2a
3+
ll_subversion_number: '0x1048'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-01T12:27:19Z'
5+
timestamp: '2024-11-07T12:52:31Z'

0 commit comments

Comments
 (0)