L2CAP_CID_DYN_START  258 net/bluetooth/l2cap_core.c 	for (cid = L2CAP_CID_DYN_START; cid <= dyn_end; cid++) {
L2CAP_CID_DYN_START 3872 net/bluetooth/l2cap_core.c 	if (scid < L2CAP_CID_DYN_START || scid > L2CAP_CID_DYN_END) {
L2CAP_CID_DYN_START 4993 net/bluetooth/l2cap_core.c 	if (chan->scid < L2CAP_CID_DYN_START ||
L2CAP_CID_DYN_START 5349 net/bluetooth/l2cap_core.c 					   dcid < L2CAP_CID_DYN_START ||
L2CAP_CID_DYN_START 5543 net/bluetooth/l2cap_core.c 	if (scid < L2CAP_CID_DYN_START || scid > L2CAP_CID_LE_DYN_END) {