Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c1900 struct proc_ctx *ctx_l; local
1925 ctx_l = NULL;
1929 ctx_l = NULL;
1933 ctx_l = llcp_lr_peek(conn);
1937 if (ctx_l) {
1944 unexpected_l = !(pdu_is_expected(pdu, ctx_l) ||
1945 pdu_is_unknown(pdu, ctx_l) ||
1946 pdu_is_any_reject(pdu, ctx_l));
1981 llcp_lr_rx(conn, ctx_l, link, rx);
1991 unexpected_l = !(pdu_is_expected(pdu, ctx_l) ||
[all …]