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.c152 case L2CAP_CHAN_RAW: in l2cap_sock_bind()
613 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_getsockopt()
956 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_setsockopt()
1051 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_sock_setsockopt()
1984 chan->chan_type = L2CAP_CHAN_RAW; in l2cap_sock_init()
H A Dl2cap_core.c892 case L2CAP_CHAN_RAW: in l2cap_get_auth_type()
3005 if (chan->chan_type != L2CAP_CHAN_RAW) in l2cap_raw_recv()
7284 chan->chan_type != L2CAP_CHAN_RAW) { in l2cap_chan_connect()
/linux/include/net/bluetooth/
H A Dl2cap.h687 #define L2CAP_CHAN_RAW 1 macro