Home
last modified time | relevance | path

Searched refs:local_fixed_chan (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/bluetooth/
Dl2cap_core.c1143 if (!(conn->local_fixed_chan & L2CAP_FC_A2MP)) in __amp_capable()
3134 return ((conn->local_fixed_chan & L2CAP_FC_A2MP) && in __l2cap_ews_supported()
3140 return ((conn->local_fixed_chan & L2CAP_FC_A2MP) && in __l2cap_efs_supported()
3373 if (!(chan->conn->local_fixed_chan & L2CAP_FC_A2MP)) in l2cap_parse_conf_req()
4379 if (conn->local_fixed_chan & L2CAP_FC_A2MP) in l2cap_information_req()
4392 rsp->data[0] = conn->local_fixed_chan; in l2cap_information_req()
4483 if (!(conn->local_fixed_chan & L2CAP_FC_A2MP)) in l2cap_create_channel_req()
4913 if (!(conn->local_fixed_chan & L2CAP_FC_A2MP)) in l2cap_move_channel_req()
7029 conn->local_fixed_chan = L2CAP_FC_SIG_BREDR | L2CAP_FC_CONNLESS; in l2cap_conn_add()
7033 conn->local_fixed_chan |= L2CAP_FC_A2MP; in l2cap_conn_add()
[all …]
/Linux-v4.19/include/net/bluetooth/
Dl2cap.h632 __u8 local_fixed_chan; member