Home
last modified time | relevance | path

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

/Zephyr-latest/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.c115 static const struct bt_mesh_send_cb async_send_cb = { variable
378 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 20, 0, &async_send_cb, &sem)); in test_tx_seg_concurrent()
411 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 255, 0, &async_send_cb, in test_tx_seg_ivu()
422 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 255, 0, &async_send_cb, in test_tx_seg_ivu()
452 ASSERT_OK(bt_mesh_test_send_async(0x0fff, NULL, 20, 0, &async_send_cb, &sem)); in test_tx_seg_fail()