Home
last modified time | relevance | path

Searched refs:bt_mesh_relay_set (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h214 int bt_mesh_relay_set(enum bt_mesh_feat_state relay, uint8_t xmit);
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg.c337 int bt_mesh_relay_set(enum bt_mesh_feat_state relay, uint8_t xmit) in bt_mesh_relay_set() function
444 bt_mesh_relay_set(cfg.relay, cfg.relay_retransmit); in cfg_set()
Dcfg_srv.c640 (void)bt_mesh_relay_set(buf->data[0], buf->data[1]); in relay_set()
DKconfig456 at runtime using bt_mesh_relay_set() function.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c515 err = bt_mesh_relay_set(BT_MESH_RELAY_ENABLED, in test_rx_fixed()
527 ASSERT_OK(bt_mesh_relay_set(BT_MESH_RELAY_DISABLED, in test_rx_fixed()