Searched refs:BT_MESH_BRG_CFG_DIR_ONEWAY (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/mesh/brg/src/ |
D | main.c | 376 .direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 427 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 432 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 438 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 444 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 450 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 455 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 460 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 465 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() 470 {.direction = BT_MESH_BRG_CFG_DIR_ONEWAY, in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | brg_cfg.h | 32 #define BT_MESH_BRG_CFG_DIR_ONEWAY 1 macro
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 558 bridge_entry_add(PROV_ADDR, addr, 0, i + 1, BT_MESH_BRG_CFG_DIR_ONEWAY); in tester_simple_multicast() 563 BT_MESH_BRG_CFG_DIR_ONEWAY); in tester_simple_multicast() 684 bridge_entry_add(PROV_ADDR, DEVICE_ADDR_START, 0, 1, BT_MESH_BRG_CFG_DIR_ONEWAY); in test_tester_table_state_change() 699 bridge_entry_add(DEVICE_ADDR_START, PROV_ADDR, 1, 0, BT_MESH_BRG_CFG_DIR_ONEWAY); in test_tester_table_state_change() 702 {PROV_ADDR, DEVICE_ADDR_START, BT_MESH_BRG_CFG_DIR_ONEWAY}, in test_tester_table_state_change() 707 {DEVICE_ADDR_START, PROV_ADDR, BT_MESH_BRG_CFG_DIR_ONEWAY}, in test_tester_table_state_change() 827 {DEVICE_ADDR_START, PROV_ADDR, BT_MESH_BRG_CFG_DIR_ONEWAY}, in test_tester_persistence() 834 {DEVICE_ADDR_START + 1, PROV_ADDR, BT_MESH_BRG_CFG_DIR_ONEWAY}, in test_tester_persistence() 851 BT_MESH_BRG_CFG_DIR_ONEWAY); in test_tester_persistence()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | brg_cfg.c | 245 if (direction != BT_MESH_BRG_CFG_DIR_ONEWAY && direction != BT_MESH_BRG_CFG_DIR_TWOWAY) { in bt_mesh_brg_cfg_tbl_add() 249 if ((direction == BT_MESH_BRG_CFG_DIR_ONEWAY && in bt_mesh_brg_cfg_tbl_add() 302 if ((brg_tbl[i].direction == BT_MESH_BRG_CFG_DIR_ONEWAY || in bt_mesh_brg_cfg_tbl_foreach_subnet()
|