Home
last modified time | relevance | path

Searched refs:scan_filters (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c182 static struct scan_filter scan_filters[CONFIG_BT_CTLR_MESH_SCAN_FILTERS]; variable
438 for (i = 0; i < ARRAY_SIZE(scan_filters); i++) { in reset()
439 scan_filters[i].count = 0U; in reset()
5532 if (filter > ARRAY_SIZE(scan_filters) ||
5549 f = &scan_filters[filter];
6513 struct scan_filter *f = &scan_filters[filter];
6540 if (sf_curr < ARRAY_SIZE(scan_filters) &&