Home
last modified time | relevance | path

Searched refs:async_send_cb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_iv_index.c37 static const struct bt_mesh_send_cb async_send_cb = { variable
140 ASSERT_OK(bt_mesh_test_send_async(0x0002, NULL, 20, FORCE_SEGMENTATION, &async_send_cb, in test_ivu_deferring()
Dtest_transport.c117 static const struct bt_mesh_send_cb async_send_cb = { variable
380 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 20, 0, &async_send_cb, &sem)); in test_tx_seg_concurrent()
413 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 255, 0, &async_send_cb, in test_tx_seg_ivu()
424 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 255, 0, &async_send_cb, in test_tx_seg_ivu()
454 ASSERT_OK(bt_mesh_test_send_async(0x0fff, NULL, 20, 0, &async_send_cb, &sem)); in test_tx_seg_fail()