Home
last modified time | relevance | path

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

/linux/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()
1880 chan->chan_type = L2CAP_CHAN_RAW; in l2cap_sock_init()
H A Dl2cap_core.c863 case L2CAP_CHAN_RAW: in l2cap_get_auth_type()
2971 if (chan->chan_type != L2CAP_CHAN_RAW) in l2cap_raw_recv()
7093 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_chan_connect()
/linux/include/net/bluetooth/
H A Dl2cap.h688 #define L2CAP_CHAN_RAW 1 macro