Lines Matching refs:L2CAP_LE_CID_IS_DYN
48 #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()
3313 __ASSERT_NO_MSG(L2CAP_LE_CID_IS_DYN(le_chan->tx.cid)); in bt_l2cap_chan_send()