local_fixed_chan  636 include/net/bluetooth/l2cap.h 	__u8			local_fixed_chan;
local_fixed_chan 1150 net/bluetooth/l2cap_core.c 	if (!(conn->local_fixed_chan & L2CAP_FC_A2MP))
local_fixed_chan 3166 net/bluetooth/l2cap_core.c 	return ((conn->local_fixed_chan & L2CAP_FC_A2MP) &&
local_fixed_chan 3172 net/bluetooth/l2cap_core.c 	return ((conn->local_fixed_chan & L2CAP_FC_A2MP) &&
local_fixed_chan 3416 net/bluetooth/l2cap_core.c 			if (!(chan->conn->local_fixed_chan & L2CAP_FC_A2MP))
local_fixed_chan 4447 net/bluetooth/l2cap_core.c 		if (conn->local_fixed_chan & L2CAP_FC_A2MP)
local_fixed_chan 4460 net/bluetooth/l2cap_core.c 		rsp->data[0] = conn->local_fixed_chan;
local_fixed_chan 4551 net/bluetooth/l2cap_core.c 	if (!(conn->local_fixed_chan & L2CAP_FC_A2MP))
local_fixed_chan 4979 net/bluetooth/l2cap_core.c 	if (!(conn->local_fixed_chan & L2CAP_FC_A2MP))
local_fixed_chan 7121 net/bluetooth/l2cap_core.c 	conn->local_fixed_chan = L2CAP_FC_SIG_BREDR | L2CAP_FC_CONNLESS;
local_fixed_chan 7125 net/bluetooth/l2cap_core.c 		conn->local_fixed_chan |= L2CAP_FC_A2MP;
local_fixed_chan 7130 net/bluetooth/l2cap_core.c 		conn->local_fixed_chan |= L2CAP_FC_SMP_BREDR;