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()
905 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_setsockopt()
1000 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_setsockopt()
1832 chan->chan_type = L2CAP_CHAN_RAW; in l2cap_sock_init()
H A Dl2cap_core.c865 case L2CAP_CHAN_RAW: in l2cap_get_auth_type()
2922 if (chan->chan_type != L2CAP_CHAN_RAW) in l2cap_raw_recv()
6957 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_chan_connect()
/linux/include/net/bluetooth/
H A Dl2cap.h686 #define L2CAP_CHAN_RAW 1 macro