nrfxlib API 0.1.0
|
uint8_t sdc_hci_cmd_le_clear_filter_accept_list | ( | void | ) |
#include <softdevice_controller/include/sdc_hci_cmd_le.h>
LE Clear Filter Accept List.
The description below is extracted from Core_v5.4, Vol 4, Part E, Section 7.8.15
The HCI_LE_Clear_Filter_Accept_List command is used to clear the Filter Accept List stored in the Controller.
This command shall not be used when: • any advertising filter policy uses the Filter Accept List and advertising is enabled, • the scanning filter policy uses the Filter Accept List and scanning is enabled, or • the initiator filter policy uses the Filter Accept List and an HCI_LE_Create_Connection or HCI_LE_Extended_Create_Connection command is pending.
Event(s) generated (unless masked away): When the HCI_LE_Clear_Filter_Accept_List command has completed, an HCI_Command_Complete event shall be generated.
0 | if success. |