Home
last modified time | relevance | path

Searched refs:bt_mesh_od_priv_proxy_cli_set (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dod_priv_proxy_cli.h83 int bt_mesh_od_priv_proxy_cli_set(uint16_t net_idx, uint16_t addr, uint8_t val, uint8_t *val_rsp);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dod_priv_proxy.c32 err = bt_mesh_od_priv_proxy_cli_set(net_idx, addr, val, &val_rsp); in cmd_od_priv_gatt_proxy_set()
/Zephyr-latest/subsys/bluetooth/mesh/
Dod_priv_proxy_cli.c73 int bt_mesh_od_priv_proxy_cli_set(uint16_t net_idx, uint16_t addr, uint8_t val, uint8_t *val_rsp) in bt_mesh_od_priv_proxy_cli_set() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c148 err = bt_mesh_od_priv_proxy_cli_set(0, iut_cfg.addr, BT_MESH_FEATURE_ENABLED, in iut_configure()
Dtest_persistence.c974 err = bt_mesh_od_priv_proxy_cli_set(test_netkey_idx, TEST_ADDR, in test_cfg_save()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c957 err = bt_mesh_od_priv_proxy_cli_set(net.net_idx, cp->dst, cp->val, &val_rsp); in od_priv_proxy_set()