nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ sdc_hci_cmd_vs_conn_update()

uint8_t sdc_hci_cmd_vs_conn_update ( const sdc_hci_cmd_vs_conn_update_t p_params)

#include <softdevice_controller/include/sdc_hci_vs.h>

Connection Update.

This vendor specific command is used instead of HCI_LE_Connection_Update when it is desirable to provide Connection Interval in microseconds instead of units. See sdc_hci_cmd_le_conn_update for description of behavior.

Event(s) generated (unless masked away): When the Controller receives the command, the Controller sends the HCI_Command_Status event to the Host. The HCI_VS_Connection_Update_Complete event shall be generated after the connection parameters have been applied by the Controller or if the command subsequently fails.

Parameters
[in]p_paramsInput parameters.
Return values
0if success.
Returns
Returns value between 0x01-0xFF in case of error. See Vol 2, Part D, Error for a list of error codes and descriptions.