Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dl2cap_sock.c165 chan->mode = L2CAP_MODE_LE_FLOWCTL; in l2cap_sock_bind()
236 chan->mode = L2CAP_MODE_LE_FLOWCTL; in l2cap_sock_connect()
275 case L2CAP_MODE_LE_FLOWCTL: in l2cap_sock_listen()
682 case L2CAP_MODE_LE_FLOWCTL: in l2cap_sock_setsockopt_old()
D6lowpan.c653 chan->mode = L2CAP_MODE_LE_FLOWCTL; in chan_create()
Dl2cap_core.c633 case L2CAP_MODE_LE_FLOWCTL: in l2cap_chan_del()
1269 if (chan->mode == L2CAP_MODE_LE_FLOWCTL && !chan->tx_credits) in l2cap_chan_ready()
2472 case L2CAP_MODE_LE_FLOWCTL: in l2cap_chan_send()
6848 case L2CAP_MODE_LE_FLOWCTL: in l2cap_data_channel()
7104 case L2CAP_MODE_LE_FLOWCTL: in l2cap_chan_connect()
7442 chan->mode != L2CAP_MODE_LE_FLOWCTL) { in l2cap_security_cfm()
/Linux-v4.19/include/net/bluetooth/
Dl2cap.h354 #define L2CAP_MODE_LE_FLOWCTL 0x80 macro