Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c136 static void filter_add(struct bt_mesh_proxy_client *client, uint16_t addr) in filter_add() function
246 filter_add(client, addr); in proxy_filter_recv()
1058 filter_add(client, addr); in bt_mesh_proxy_addr_add()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c142 static uint32_t filter_add(struct lll_filter *filter, uint8_t addr_type,
248 return filter_add(&fal_filter, addr->type, addr->a.val); in ll_fal_add()
1304 static uint32_t filter_add(struct lll_filter *filter, uint8_t addr_type, in filter_add() function