This section provides functions for LE connection related and Filter Accept List operations.
◆ wiced_ble_add_to_filter_accept_list()
- Parameters
-
[in] | bd_addr | remote device address. |
[in] | addr_type | : remote device address type . |
- Returns
- wiced_result_t
◆ wiced_ble_remove_from_filter_accept_list()
Remove device from scanner filter accept list.
- Note
- 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.
- Parameters
-
[in] | bd_addr | remote device address. |
[in] | addr_type | : remote device address type . |
- Returns
- wiced_result_t
◆ wiced_ble_clear_filter_accept_list()
Request clearing filter Accept List in controller side.
- Returns
- TRUE if request of clear is sent to controller side
◆ wiced_ble_get_filter_accept_list_size()
uint16_t wiced_ble_get_filter_accept_list_size |
( |
void |
| ) |
|
Returns size of Filter Accept List size in controller side.
- Returns
- size of Filter Accept List in current controller