![]() |
nrfxlib API 3.3.99
|
| uint8_t sdc_hci_cmd_le_add_device_to_periodic_adv_list | ( | const sdc_hci_cmd_le_add_device_to_periodic_adv_list_t * | p_params | ) |
#include <softdevice_controller/include/sdc_hci_cmd_le.h>
LE Add Device To Periodic Advertiser List.
The description below is extracted from Core_v6.3, Vol 4, Part E, Section 7.8.70
This command is used to add an entry, consisting of a single device address and SID, to the Periodic Advertiser list stored in the Controller. Any additions to the Periodic Advertiser list take effect immediately.
Errors:
See Section 4.5.2 for a list of error types and descriptions.
Type Condition Error code
MC The entry is already on the list. Invalid HCI Command Parameters
(0x12)
MC An HCI_LE_Periodic_Advertising_Create_Sync is Command Disallowed (0x0C)
pending.
MC The entry cannot be added because the list is Memory Capacity Exceeded (0x07)
full.
Event(s) generated (unless masked away):
When the HCI_LE_Add_Device_To_Periodic_Advertiser_List command has completed, an HCI_Command_Complete event shall be generated.
| [in] | p_params | Input parameters. |
| 0 | if success. |