Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c1901 struct proc_ctx *ctx_r; local
1926 ctx_r = NULL;
1930 ctx_r = NULL;
1934 ctx_r = llcp_rr_peek(conn);
1940 if (ctx_r) {
1948 unexpected_r = !(pdu_is_expected(pdu, ctx_r) ||
1949 pdu_is_unknown(pdu, ctx_r) ||
1950 pdu_is_reject_ext(pdu, ctx_r));
1972 llcp_rr_rx(conn, ctx_r, link, rx);
2014 } else if (ctx_r) {
[all …]