Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c174 ASSERT_OK(bt_mesh_test_send(BT_MESH_ADDR_RELAYS, NULL, test_vector[0].len, in test_tx_fixed()
179 ASSERT_OK(bt_mesh_test_send(BT_MESH_ADDR_RELAYS, NULL, test_vector[0].len, in test_tx_fixed()
184 ASSERT_OK(bt_mesh_test_send(BT_MESH_ADDR_RELAYS, NULL, test_vector[0].len, in test_tx_fixed()
520 ASSERT_OK(bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4))); in test_rx_fixed()
531 err = bt_mesh_cfg_cli_mod_sub_add(0, cfg->addr, cfg->addr, BT_MESH_ADDR_RELAYS, in test_rx_fixed()
535 ASSERT_OK(bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4))); in test_rx_fixed()
541 err = bt_mesh_cfg_cli_mod_sub_del(0, cfg->addr, cfg->addr, BT_MESH_ADDR_RELAYS, in test_rx_fixed()
545 err = bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4)); in test_rx_fixed()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg.c389 case BT_MESH_ADDR_RELAYS: in bt_mesh_fixed_group_match()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h53 #define BT_MESH_ADDR_RELAYS 0xfffe /**< all-relays */ macro
/Zephyr-latest/tests/bluetooth/mesh/brg/src/
Dmain.c160 addr1 = BT_MESH_ADDR_RELAYS; in ZTEST()