Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h143 int bt_mesh_priv_beacon_cli_gatt_proxy_set(uint16_t net_idx, uint16_t addr,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c88 err = bt_mesh_priv_beacon_cli_gatt_proxy_set(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_gatt_proxy_set()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c143 err = bt_mesh_priv_beacon_cli_gatt_proxy_set(0, iut_cfg.addr, in iut_configure()
Dtest_persistence.c964 err = bt_mesh_priv_beacon_cli_gatt_proxy_set(test_netkey_idx, TEST_ADDR, priv_beacon_gatt, in test_cfg_save()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c197 int bt_mesh_priv_beacon_cli_gatt_proxy_set(uint16_t net_idx, uint16_t addr, uint8_t val, in bt_mesh_priv_beacon_cli_gatt_proxy_set() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c855 err = bt_mesh_priv_beacon_cli_gatt_proxy_set(net.net_idx, cp->dst, state, &state); in priv_gatt_proxy_set()