Home
last modified time | relevance | path

Searched refs:L2CAP_CHAN_RAW (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dl2cap_sock.c153 case L2CAP_CHAN_RAW: in l2cap_sock_bind()
582 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_getsockopt()
906 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_setsockopt()
1001 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_setsockopt()
1846 chan->chan_type = L2CAP_CHAN_RAW; in l2cap_sock_init()
H A Dl2cap_core.c862 case L2CAP_CHAN_RAW: in l2cap_get_auth_type()
2956 if (chan->chan_type != L2CAP_CHAN_RAW) in l2cap_raw_recv()
6959 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_chan_connect()
/linux-6.15/include/net/bluetooth/
H A Dl2cap.h686 #define L2CAP_CHAN_RAW 1 macro