Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dod_priv_proxy_srv.c69 bt_mesh_od_priv_proxy_set(state); in handle_proxy_set()
134 bt_mesh_od_priv_proxy_set(on_demand_state); in od_priv_proxy_srv_settings_set()
Dcfg.c147 int bt_mesh_od_priv_proxy_set(uint8_t on_demand_proxy) in bt_mesh_od_priv_proxy_set() function
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h170 int bt_mesh_od_priv_proxy_set(uint8_t on_demand_proxy);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1967 ASSERT_OK_MSG(bt_mesh_od_priv_proxy_set(20), "Failed to set OD priv proxy state"); in test_tx_proxy_adv_multi_subnet_coex()