Searched refs:bt_mesh_proxy_solicit (Results 1 – 7 of 7) sorted by relevance
113 int bt_mesh_proxy_solicit(uint16_t net_idx);
205 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()
1995 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()
34 :func:`bt_mesh_proxy_solicit` function. To enable this feature, the device must to be compiled with
266 int bt_mesh_proxy_solicit(uint16_t net_idx) in bt_mesh_proxy_solicit() function
390 err = bt_mesh_proxy_solicit(net_idx); in cmd_proxy_solicit()
1012 err = bt_mesh_proxy_solicit(cp->net_idx); in proxy_solicit()