Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c1800 struct proc_ctx *ctx_l; local
1825 ctx_l = NULL;
1829 ctx_l = NULL;
1833 ctx_l = llcp_lr_peek(conn);
1837 if (ctx_l) {
1844 unexpected_l = !(pdu_is_expected(pdu, ctx_l) ||
1845 pdu_is_unknown(pdu, ctx_l) ||
1846 pdu_is_any_reject(pdu, ctx_l));
1881 llcp_lr_rx(conn, ctx_l, link, rx);
1891 unexpected_l = !(pdu_is_expected(pdu, ctx_l) ||
[all …]