Searched refs:L2CAP_LE_CID_IS_DYN (Results 1 – 2 of 2) sorted by relevance
350 #define L2CAP_LE_CID_IS_DYN(_cid) \ macro355 return L2CAP_LE_CID_IS_DYN(lechan->tx.cid); in is_dynamic()
48 #define L2CAP_LE_CID_IS_DYN(_cid) \ macro384 if (L2CAP_LE_CID_IS_DYN(le_chan->rx.cid)) { in l2cap_chan_add()788 if (!L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in chan_take_credit()823 L2CAP_LE_CID_IS_DYN(lechan->tx.cid) ? "dynamic" : "static", in get_ready_chan()863 if (!L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in get_pdu_len()874 if (!L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in chan_has_credits()977 if (last_frag && L2CAP_LE_CID_IS_DYN(lechan->tx.cid)) { in l2cap_data_pull()1360 if (!L2CAP_LE_CID_IS_DYN(scid)) { in l2cap_chan_accept()1792 if (!L2CAP_LE_CID_IS_DYN(cid)) { in l2cap_remove_rx_cid()2707 if (L2CAP_LE_CID_IS_DYN(le_chan->rx.cid)) { in l2cap_chan_recv()[all …]