Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c259 bt_mesh_test_recv(test_vector[i].len, cfg->addr, NULL, K_SECONDS(2)); in test_tx_loopback()
331 ASSERT_OK_MSG(bt_mesh_test_recv(test_vector[i].len, GROUP_ADDR, in test_tx_loopback_group()
472 err = bt_mesh_test_recv(test_vector[i].len, cfg->addr, in test_rx_unicast()
494 err = bt_mesh_test_recv(test_vector[i].len, GROUP_ADDR, in test_rx_group()
522 ASSERT_OK(bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4))); in test_rx_fixed()
537 ASSERT_OK(bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4))); in test_rx_fixed()
547 err = bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4)); in test_rx_fixed()
568 err = bt_mesh_test_recv(test_vector[i].len, virtual_addr, in test_rx_va()
597 err = bt_mesh_test_recv(test_vector[i].len, test_va_col_addr, in test_rx_va_collision()
629 ASSERT_OK_MSG(bt_mesh_test_recv(20, cfg->addr, NULL, K_SECONDS(2)), "RX fail"); in test_rx_seg_block()
[all …]
Dtest_friendship.c200 ASSERT_OK_MSG(bt_mesh_test_recv(5, cfg->addr, NULL, K_SECONDS(10)), in test_friend_msg()
206 ASSERT_OK(bt_mesh_test_recv(15, cfg->addr, NULL, K_SECONDS(10))); in test_friend_msg()
493 ASSERT_OK_MSG(bt_mesh_test_recv(5, cfg->addr, NULL, K_SECONDS(1)), in test_lpn_msg_frnd()
501 ASSERT_OK_MSG(bt_mesh_test_recv(13, cfg->addr, NULL, K_SECONDS(2)), in test_lpn_msg_frnd()
509 ASSERT_OK_MSG(bt_mesh_test_recv(BT_MESH_SDU_UNSEG_MAX, cfg->addr, in test_lpn_msg_frnd()
512 ASSERT_OK_MSG(bt_mesh_test_recv(BT_MESH_SDU_UNSEG_MAX, cfg->addr, in test_lpn_msg_frnd()
559 ASSERT_OK(bt_mesh_test_recv(5, cfg->addr, NULL, K_FOREVER)); in test_lpn_msg_mesh()
566 ASSERT_OK(bt_mesh_test_recv(15, cfg->addr, NULL, K_FOREVER)); in test_lpn_msg_mesh()
887 ASSERT_OK(bt_mesh_test_recv(5, cfg->addr, NULL, K_SECONDS(1))); in test_lpn_loopback()
891 ASSERT_OK(bt_mesh_test_recv(5, GROUP_ADDR, NULL, K_SECONDS(1))); in test_lpn_loopback()
[all …]
Dtest_scanner.c188 err = bt_mesh_test_recv(10, cfg->addr, NULL, K_SECONDS(10)); in test_rx_invalid_packet()
Dmesh_test.h171 int bt_mesh_test_recv(uint16_t len, uint16_t dst, const uint8_t *uuid, k_timeout_t timeout);
Dmesh_test.c327 int bt_mesh_test_recv(uint16_t len, uint16_t dst, const uint8_t *uuid, k_timeout_t timeout) in bt_mesh_test_recv() function