Skip to content

Commit 62f73ef

Browse files
committed
softdevice_controller: rev 68d854cc57bed6e15e185d2703d471f2aadff350
CHANGELOG.rst contains the list of changes. Signed-off-by: Gordon Klaus <[email protected]>
1 parent 9704fa0 commit 62f73ef

33 files changed

+47
-47
lines changed

softdevice_controller/include/sdc.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,14 @@ typedef struct
453453
/** @brief Buffer configuration. */
454454
typedef struct
455455
{
456-
uint8_t tx_packet_size; /**< Link Layer TX packet size. Valid range: 27-251.
457-
Default: @ref SDC_DEFAULT_TX_PACKET_SIZE. */
458-
uint8_t rx_packet_size; /**< Link Layer RX packet size. Valid range: 27-251.
459-
Default: @ref SDC_DEFAULT_RX_PACKET_SIZE. */
460-
uint8_t tx_packet_count; /**< Link Layer TX packet count per link. Minimum of 1.
461-
Default: @ref SDC_DEFAULT_TX_PACKET_COUNT. */
462-
uint8_t rx_packet_count; /**< Link Layer RX packet count per link. Minimum of 1.
463-
Default: @ref SDC_DEFAULT_RX_PACKET_COUNT. */
456+
uint16_t tx_packet_size; /**< Link Layer TX packet size. Valid range: 27-251.
457+
Default: @ref SDC_DEFAULT_TX_PACKET_SIZE. */
458+
uint16_t rx_packet_size; /**< Link Layer RX packet size. Valid range: 27-251.
459+
Default: @ref SDC_DEFAULT_RX_PACKET_SIZE. */
460+
uint8_t tx_packet_count; /**< Link Layer TX packet count per link. Minimum of 1.
461+
Default: @ref SDC_DEFAULT_TX_PACKET_COUNT. */
462+
uint8_t rx_packet_count; /**< Link Layer RX packet count per link. Minimum of 1.
463+
Default: @ref SDC_DEFAULT_RX_PACKET_COUNT. */
464464
} sdc_cfg_buffer_cfg_t;
465465

466466

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: 308f61dc07939c69a65449e834fa8588f7e61276
3-
ll_subversion_number: '0x10D2'
2+
git_revision: 68d854cc57bed6e15e185d2703d471f2aadff350
3+
ll_subversion_number: '0x10D9'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-03-25T13:15:17Z'
5+
timestamp: '2025-04-01T10:32:53Z'
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: 308f61dc07939c69a65449e834fa8588f7e61276
3-
ll_subversion_number: '0x10D2'
2+
git_revision: 68d854cc57bed6e15e185d2703d471f2aadff350
3+
ll_subversion_number: '0x10D9'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-03-25T13:15:17Z'
5+
timestamp: '2025-04-01T10:32:53Z'
Binary file not shown.

0 commit comments

Comments
 (0)