Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dproxy.h113 int bt_mesh_proxy_solicit(uint16_t net_idx);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c205 ASSERT_OK(bt_mesh_proxy_solicit(0)); in test_tester_beacon_rcvd()
249 ASSERT_OK(bt_mesh_proxy_solicit(0)); in test_tester_power_replay_attack()
255 ASSERT_OK(bt_mesh_proxy_solicit(0)); in test_tester_power_replay_attack()
Dtest_beacon.c1995 ASSERT_OK_MSG(bt_mesh_proxy_solicit(TEST_NET_IDX1), in test_tx_proxy_adv_solicit_trigger()
1997 ASSERT_OK_MSG(bt_mesh_proxy_solicit(TEST_NET_IDX2), in test_tx_proxy_adv_solicit_trigger()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst34 :func:`bt_mesh_proxy_solicit` function. To enable this feature, the device must to be compiled with
/Zephyr-latest/subsys/bluetooth/mesh/
Dsolicitation.c266 int bt_mesh_proxy_solicit(uint16_t net_idx) in bt_mesh_proxy_solicit() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c390 err = bt_mesh_proxy_solicit(net_idx); in cmd_proxy_solicit()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1012 err = bt_mesh_proxy_solicit(cp->net_idx); in proxy_solicit()