L2CAP_PSM_SDP
if (psm != cpu_to_le16(L2CAP_PSM_SDP) &&
if (chan->psm == cpu_to_le16(L2CAP_PSM_SDP)) {
if (__le16_to_cpu(la.l2_psm) == L2CAP_PSM_SDP ||