Symbol: L2CAP_MODE_ERTM
net/bluetooth/l2cap_core.c
1515
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
1532
if (chan->mode == L2CAP_MODE_ERTM && chan->state == BT_CONNECTED) {
net/bluetooth/l2cap_core.c
2652
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
2671
if (chan->mode == L2CAP_MODE_ERTM) {
net/bluetooth/l2cap_core.c
3159
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
3226
if (chan->mode != L2CAP_MODE_ERTM)
net/bluetooth/l2cap_core.c
3249
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
3348
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
3389
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
3390
rfc.mode = L2CAP_MODE_ERTM;
net/bluetooth/l2cap_core.c
3543
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
3595
if (chan->mode == L2CAP_MODE_ERTM &&
net/bluetooth/l2cap_core.c
3636
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
3797
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
3990
if ((chan->mode != L2CAP_MODE_ERTM) && (chan->mode != L2CAP_MODE_STREAMING))
net/bluetooth/l2cap_core.c
4015
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
4309
if (chan->mode != L2CAP_MODE_ERTM && chan->mode != L2CAP_MODE_STREAMING)
net/bluetooth/l2cap_core.c
4417
if (chan->mode == L2CAP_MODE_ERTM ||
net/bluetooth/l2cap_core.c
4545
if (chan->mode == L2CAP_MODE_ERTM ||
net/bluetooth/l2cap_core.c
5986
if (chan->mode != L2CAP_MODE_ERTM)
net/bluetooth/l2cap_core.c
7017
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
716
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_core.c
7287
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_sock.c
1254
if (pi->chan->mode != L2CAP_MODE_ERTM &&
net/bluetooth/l2cap_sock.c
1403
if (chan->mode == L2CAP_MODE_ERTM &&
net/bluetooth/l2cap_sock.c
1610
if (chan->mode == L2CAP_MODE_ERTM && !list_empty(&pi->rx_busy)) {
net/bluetooth/l2cap_sock.c
1615
if (chan->mode != L2CAP_MODE_ERTM &&
net/bluetooth/l2cap_sock.c
1641
(chan->mode == L2CAP_MODE_ERTM ||
net/bluetooth/l2cap_sock.c
1860
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_sock.c
1950
chan->mode = L2CAP_MODE_ERTM;
net/bluetooth/l2cap_sock.c
301
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_sock.c
426
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_sock.c
471
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_sock.c
794
case L2CAP_MODE_ERTM:
net/bluetooth/l2cap_sock.c
868
mode = L2CAP_MODE_ERTM;
net/bluetooth/rfcomm/core.c
792
l2cap_pi(sk)->chan->mode = L2CAP_MODE_ERTM;