Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c340 #define L2CAP_LE_CID_IS_DYN(_cid) \ macro
345 return L2CAP_LE_CID_IS_DYN(lechan->tx.cid); in is_dynamic()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c48 #define L2CAP_LE_CID_IS_DYN(_cid) \ macro
384 if (L2CAP_LE_CID_IS_DYN(le_chan->rx.cid)) { in l2cap_chan_add()
783 if (!L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in chan_take_credit()
818 L2CAP_LE_CID_IS_DYN(lechan->tx.cid) ? "dynamic" : "static", in get_ready_chan()
858 if (!L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in get_pdu_len()
869 if (!L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in chan_has_credits()
972 if (last_frag && L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in l2cap_data_pull()
1355 if (!L2CAP_LE_CID_IS_DYN(scid)) { in l2cap_chan_accept()
1787 if (!L2CAP_LE_CID_IS_DYN(cid)) { in l2cap_remove_rx_cid()
2702 if (L2CAP_LE_CID_IS_DYN(le_chan->rx.cid)) { in l2cap_chan_recv()
[all …]