Skip to content

Commit 5a62daf

Browse files
committed
softdevice_controller: rev 86e3966f66b0854432ae615f9c0b9941a07cc2e8
CHANGELOG.rst contains the list of changes. Signed-off-by: Sean Madigan <[email protected]>
1 parent a565020 commit 5a62daf

File tree

45 files changed

+38
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+38
-27
lines changed

softdevice_controller/include/sdc.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,17 @@ int32_t sdc_support_le_conn_cte_rsp_peripheral(void);
12081208
*/
12091209
int32_t sdc_support_le_connectionless_cte_transmitter(void);
12101210

1211+
/** @brief Support LE Privacy
1212+
*
1213+
* After this API is called, the controller will support the HCI commands
1214+
* related to the LE Privacy.
1215+
*
1216+
* @retval 0 Success
1217+
* @retval -NRF_EPERM This API must be called before @ref sdc_cfg_set() or @ref sdc_enable().
1218+
* @retval -NRF_EOPNOTSUPP LE Privacy is not supported.
1219+
*/
1220+
int32_t sdc_support_le_privacy(void);
1221+
12111222
/** @brief Support for sending periodic advertising sync transfers as central role
12121223
*
12131224
* @note The application is required to call both @ref sdc_support_periodic_adv_sync_transfer_sender_central()
154 Bytes
Binary file not shown.
850 Bytes
Binary file not shown.
98 Bytes
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: 81668f4b3545229e9ba3913225d811b6950d375a
3-
ll_subversion_number: '0x107D'
2+
git_revision: 86e3966f66b0854432ae615f9c0b9941a07cc2e8
3+
ll_subversion_number: '0x107F'
44
ll_version_number: '0x0F'
5-
timestamp: '2025-09-01T12:59:15Z'
5+
timestamp: '2025-09-03T09:55:39Z'
150 Bytes
Binary file not shown.
846 Bytes
Binary file not shown.
94 Bytes
Binary file not shown.
154 Bytes
Binary file not shown.
850 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)