Searched refs:bt_mesh_od_priv_proxy_cli_set (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | od_priv_proxy_cli.h | 83 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/ |
D | od_priv_proxy.c | 32 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/ |
D | od_priv_proxy_cli.c | 73 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/ |
D | test_proxy_sol.c | 148 err = bt_mesh_od_priv_proxy_cli_set(0, iut_cfg.addr, BT_MESH_FEATURE_ENABLED, in iut_configure()
|
D | test_persistence.c | 974 err = bt_mesh_od_priv_proxy_cli_set(test_netkey_idx, TEST_ADDR, in test_cfg_save()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 957 err = bt_mesh_od_priv_proxy_cli_set(net.net_idx, cp->dst, cp->val, &val_rsp); in od_priv_proxy_set()
|