Home
last modified time | relevance | path

Searched refs:L2CAP_MODE_LE_FLOWCTL (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dl2cap_sock.c163 chan->mode = L2CAP_MODE_LE_FLOWCTL; in l2cap_sock_bind()
234 chan->mode = L2CAP_MODE_LE_FLOWCTL; in l2cap_sock_connect()
273 case L2CAP_MODE_LE_FLOWCTL: in l2cap_sock_listen()
681 case L2CAP_MODE_LE_FLOWCTL: in l2cap_sock_setsockopt_old()
Dl2cap_core.c622 case L2CAP_MODE_LE_FLOWCTL: in l2cap_chan_del()
1258 if (chan->mode == L2CAP_MODE_LE_FLOWCTL && !chan->tx_credits) in l2cap_chan_ready()
2445 case L2CAP_MODE_LE_FLOWCTL: in l2cap_chan_send()
6816 case L2CAP_MODE_LE_FLOWCTL: in l2cap_data_channel()
7072 case L2CAP_MODE_LE_FLOWCTL: in l2cap_chan_connect()
7411 chan->mode != L2CAP_MODE_LE_FLOWCTL) { in l2cap_security_cfm()
D6lowpan.c754 chan->mode = L2CAP_MODE_LE_FLOWCTL; in chan_create()
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h348 #define L2CAP_MODE_LE_FLOWCTL 0x80 macro