nrfxlib API 2.8.99
|
uint8_t sdc_hci_cmd_le_remove_device_from_filter_accept_list | ( | const sdc_hci_cmd_le_remove_device_from_filter_accept_list_t * | p_params | ) |
#include <softdevice_controller/include/sdc_hci_cmd_le.h>
LE Remove Device From Filter Accept List.
The description below is extracted from Core_v6.0, Vol 4, Part E, Section 7.8.17
The HCI_LE_Remove_Device_From_Filter_Accept_List command is used to remove a single device from 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.
Address shall be ignored when Address_Type is set to 0xFF.
Event(s) generated (unless masked away): When the HCI_LE_Remove_Device_From_Filter_Accept_List command has completed, an HCI_Command_Complete event shall be generated.
[in] | p_params | Input parameters. |
0 | if success. |