nRF Connect SDK API 2.8.99
|
int bt_scan_filter_add | ( | enum bt_scan_filter_type | type, |
const void * | data ) |
#include <include/bluetooth/scan.h>
Function for adding any type of filter to the scanning.
This function adds a new filter by type. The filter will be added if there is available space in this filter type array, and if the same filter has not already been set.
[in] | type | Filter type. |
[in] | data | Pointer to the filter data to add. |