Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dl2cap.h147 #define L2CAP_FC_A2MP 0x08 macro
/linux-6.1.9/net/bluetooth/
Dl2cap_core.c1249 if (!(conn->local_fixed_chan & L2CAP_FC_A2MP)) in __amp_capable()
1252 if (!(conn->remote_fixed_chan & L2CAP_FC_A2MP)) in __amp_capable()
3357 return ((conn->local_fixed_chan & L2CAP_FC_A2MP) && in __l2cap_ews_supported()
3363 return ((conn->local_fixed_chan & L2CAP_FC_A2MP) && in __l2cap_efs_supported()
3654 if (!(chan->conn->local_fixed_chan & L2CAP_FC_A2MP)) in l2cap_parse_conf_req()
4738 if (conn->local_fixed_chan & L2CAP_FC_A2MP) in l2cap_information_req()
4842 if (!(conn->local_fixed_chan & L2CAP_FC_A2MP)) in l2cap_create_channel_req()
5270 if (!(conn->local_fixed_chan & L2CAP_FC_A2MP)) in l2cap_move_channel_req()
7855 conn->local_fixed_chan |= L2CAP_FC_A2MP; in l2cap_conn_add()