Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/
Dmain.c495 struct proc_ctx *peek_ctx; in ZTEST() local
503 peek_ctx = llcp_lr_peek(&conn); in ZTEST()
504 zassert_is_null(peek_ctx, NULL); in ZTEST()
510 peek_ctx = (struct proc_ctx *)sys_slist_peek_head(&conn.llcp.local.pend_proc_list); in ZTEST()
511 zassert_equal_ptr(peek_ctx, &ctx, NULL); in ZTEST()
513 peek_ctx = llcp_lr_peek(&conn); in ZTEST()
514 zassert_equal_ptr(peek_ctx, &ctx, NULL); in ZTEST()
519 peek_ctx = llcp_lr_peek(&conn); in ZTEST()
520 zassert_is_null(peek_ctx, NULL); in ZTEST()
529 struct proc_ctx *peek_ctx; in ZTEST() local
[all …]