Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dsubnet.h118 struct bt_mesh_subnet *bt_mesh_subnet_find(bool (*cb)(struct bt_mesh_subnet *sub, void *cb_data),
Dsolicitation.c252 sub = bt_mesh_subnet_find(sol_pdu_decrypt, (void *)buf); in bt_mesh_sol_recv()
499 sub = bt_mesh_subnet_find(sol_subnet_find, NULL); in bt_mesh_sol_send()
Dproxy_cli.c270 sub = bt_mesh_subnet_find(has_net_id, (void *)&res); in handle_net_id()
Dbeacon.c656 sub = bt_mesh_subnet_find(beacon_cache_match, (void *)params); in net_beacon_resolve()
665 sub = bt_mesh_subnet_find(matcher, params); in net_beacon_resolve()
Dcfg.c192 !bt_mesh_subnet_find(node_id_is_running, NULL))) { in bt_mesh_gatt_proxy_set()
Dproxy_srv.c355 (void)bt_mesh_subnet_find(send_beacon_cb, client); in proxy_send_beacons()
660 (void)bt_mesh_subnet_find(active_proxy_sub_cnt_cb, &cnt); in active_proxy_sub_cnt_get()
Dsubnet.c812 struct bt_mesh_subnet *bt_mesh_subnet_find(bool (*cb)(struct bt_mesh_subnet *sub, void *cb_data), in bt_mesh_subnet_find() function
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c182 struct bt_mesh_subnet *sub = bt_mesh_subnet_find(NULL, NULL); in sol_fixed_pdu_send()