Skip to content

Commit 9dd4f5c

Browse files
martintvnordicjm
authored andcommitted
softdevice_controller: rev 6d90412a38e8ad1729a503383927d7851f85d8e1
CHANGELOG.rst contains the list of changes. Signed-off-by: Martin Tverdal <[email protected]>
1 parent 9e3ddda commit 9dd4f5c

15 files changed

+19
-23
lines changed

softdevice_controller/include/sdc_hci_vs.h

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -724,19 +724,15 @@ uint8_t sdc_hci_cmd_vs_llpm_mode_set(const sdc_hci_cmd_vs_llpm_mode_set_t * p_pa
724724

725725
/** @brief Connection Update.
726726
*
727-
* This vendor specific command is used to change the Link Layer Connection parameters of a
728-
* connection.
729-
* This command may be issued by the master only.
730-
*
731-
* The Supervision_Timeout in milliseconds shall be larger than (1 + Conn_Latency) *
732-
* Conn_Interval_Max * 2,
733-
* where Conn_Interval_Max is given in milliseconds.
727+
* This vendor specific command is used instead of HCI_LE_Connection_Update when
728+
* it is desirable to provide Connection Interval in microseconds instead of units.
729+
* See @ref sdc_hci_cmd_le_conn_update for description of behavior.
734730
*
735731
* Event(s) generated (unless masked away):
736-
* When the Controller receives the command, the Controller sends the HCI_Command_Complete
737-
* event to the Host. The HCI_LE_Connection_Update_Complete event shall be generated after
738-
* the connection parameters have been applied by the Controller or if the command
739-
* subsequently fails.
732+
* When the Controller receives the command, the Controller sends the
733+
* HCI_Command_Status event to the Host. The HCI_VS_Connection_Update_Complete
734+
* event shall be generated after the connection parameters have been applied
735+
* by the Controller or if the command subsequently fails.
740736
*
741737
* @param[in] p_params Input parameters.
742738
*
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: a1b54563d6f41f23e64fd693174b462d700640ca
3-
ll_subversion_number: '0x21F4'
2+
git_revision: 6d90412a38e8ad1729a503383927d7851f85d8e1
3+
ll_subversion_number: '0x21FA'
44
ll_version_number: '0x0C'
5-
timestamp: '2022-11-25T09:05:50Z'
5+
timestamp: '2022-12-01T15:03:09Z'
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: a1b54563d6f41f23e64fd693174b462d700640ca
3-
ll_subversion_number: '0x11F4'
2+
git_revision: 6d90412a38e8ad1729a503383927d7851f85d8e1
3+
ll_subversion_number: '0x11FA'
44
ll_version_number: '0x0C'
5-
timestamp: '2022-11-25T09:06:15Z'
5+
timestamp: '2022-12-01T15:01:14Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)