Searched refs:buf_id (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 94 static void set_expectation(struct net_buf_simple *buf, uint32_t *buf_id) in set_expectation() argument 99 ztest_expect_data(bt_mesh_access_send, cb_data, buf_id); in set_expectation() 137 uint32_t buf_id = 0x55aa55aa; in ZTEST() local 147 set_expectation(&buf, &buf_id); in ZTEST() 148 zexpect_ok(bt_mesh_delayable_msg_manage(&gctx, &buf, SRC_ADDR, &send_cb, &buf_id)); in ZTEST() 273 uint32_t buf_id = 0x55aa55aa; in ZTEST() local 286 zexpect_ok(bt_mesh_delayable_msg_manage(&gctx, &buf1, SRC_ADDR, &send_cb, &buf_id)); in ZTEST() 294 zexpect_ok(bt_mesh_delayable_msg_manage(&gctx, &buf2, SRC_ADDR, &send_cb, &buf_id)); in ZTEST() 303 zexpect_ok(bt_mesh_delayable_msg_manage(&gctx, &buf3, SRC_ADDR, &send_cb, &buf_id)); in ZTEST()
|