Home | History | Annotate | Download | only in netbt

Lines Matching refs:bt_psm

85 	chan->lc_laddr.bt_psm = L2CAP_PSM_ANY;
89 chan->lc_raddr.bt_psm = L2CAP_PSM_ANY;
154 if (L2CAP_PSM_INVALID(chan->lc_raddr.bt_psm))
323 if (chan->lc_laddr.bt_psm == L2CAP_PSM_ANY) {
327 if (used != NULL && used->lc_laddr.bt_psm >= psm) {
328 psm = used->lc_laddr.bt_psm + 0x0002;
336 chan->lc_laddr.bt_psm = psm;
337 } else if (L2CAP_PSM_INVALID(chan->lc_laddr.bt_psm))
355 if (used->lc_laddr.bt_psm < chan->lc_laddr.bt_psm)
358 if (used->lc_laddr.bt_psm == chan->lc_laddr.bt_psm