nrfxlib API 2.8.99
|
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.
[in] | p_params | Input parameters. |
0 | if success. |