Searched refs:L2CAP_LE_CID_IS_DYN (Results 1 – 2 of 2) sorted by relevance
340 #define L2CAP_LE_CID_IS_DYN(_cid) \ macro345 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()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 …]