Searched refs:peek_ctx (Results 1 – 1 of 1) sorted by relevance
495 struct proc_ctx *peek_ctx; in ZTEST() local503 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 …]