nrfxlib API 0.1.0
|
uint8_t sdc_hci_cmd_le_read_supported_states | ( | sdc_hci_cmd_le_read_supported_states_return_t * | p_return | ) |
#include <softdevice_controller/include/sdc_hci_cmd_le.h>
LE Read Supported States.
The description below is extracted from Core_v5.4, Vol 4, Part E, Section 7.8.27
The HCI_LE_Read_Supported_States command reads the states and state combinations that the Link Layer supports. See [Vol 6] Part B, Section 1.1.1.
LE_States is an 8-octet bit field. If a bit is set to 1 then this state or state combination is supported by the Controller. Multiple bits in LE_States may be set to 1 to indicate support for multiple state and state combinations.
Note: This command only provides information about the supported states that can be used with legacy advertising. It does not provide information about states, and combinations of states, that can only be used with the extended advertising commands (see Section 3.1.1).
Event(s) generated (unless masked away): When the HCI_LE_Read_Supported_States command has completed, an HCI_Command_Complete event will be generated.
[out] | p_return | Extra return parameters. |
0 | if success. |