Symbol: BT_CLOSED
include/net/bluetooth/bluetooth.h
336
case BT_CLOSED:
net/bluetooth/af_bluetooth.c
325
if (sk->sk_state == BT_CLOSED) {
net/bluetooth/af_bluetooth.c
598
if (sk->sk_state == BT_CLOSED)
net/bluetooth/hci_conn.c
1409
conn->state = BT_CLOSED;
net/bluetooth/hci_conn.c
1778
if (acl->state == BT_OPEN || acl->state == BT_CLOSED) {
net/bluetooth/hci_conn.c
1857
(sco->state == BT_OPEN || sco->state == BT_CLOSED)) {
net/bluetooth/hci_conn.c
2734
conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
2271
conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
2314
link->conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
2597
link->conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
2737
conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
3407
conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
4339
conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
5054
conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
5082
conn->state = BT_CLOSED;
net/bluetooth/hci_event.c
6995
conn->state = BT_CLOSED;
net/bluetooth/hci_sock.c
1573
if (sk->sk_state == BT_CLOSED)
net/bluetooth/hci_sync.c
5909
conn->state = BT_CLOSED;
net/bluetooth/iso.c
2075
err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime);
net/bluetooth/iso.c
2099
err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime);
net/bluetooth/iso.c
2124
case BT_CLOSED:
net/bluetooth/iso.c
284
sk->sk_state = BT_CLOSED;
net/bluetooth/iso.c
842
parent->sk_state = BT_CLOSED;
net/bluetooth/l2cap_sock.c
1450
err = bt_sock_wait_state(sk, BT_CLOSED,
net/bluetooth/l2cap_sock.c
1695
case BT_CLOSED:
net/bluetooth/l2cap_sock.c
1699
sk->sk_state = BT_CLOSED;
net/bluetooth/l2cap_sock.c
1700
chan->state = BT_CLOSED;
net/bluetooth/l2cap_sock.c
1704
sk->sk_state = BT_CLOSED;
net/bluetooth/l2cap_sock.c
1705
chan->state = BT_CLOSED;
net/bluetooth/rfcomm/core.c
1243
d->state = BT_CLOSED;
net/bluetooth/rfcomm/core.c
1285
d->state = BT_CLOSED;
net/bluetooth/rfcomm/core.c
1316
d->state = BT_CLOSED;
net/bluetooth/rfcomm/core.c
1969
d->state = BT_CLOSED;
net/bluetooth/rfcomm/core.c
1997
if (!skb_linearize(skb) && sk->sk_state != BT_CLOSED) {
net/bluetooth/rfcomm/core.c
2006
if (s && (sk->sk_state == BT_CLOSED))
net/bluetooth/rfcomm/core.c
2062
case BT_CLOSED:
net/bluetooth/rfcomm/core.c
380
if (d->state != BT_OPEN && d->state != BT_CLOSED)
net/bluetooth/rfcomm/core.c
489
d->state = BT_CLOSED;
net/bluetooth/rfcomm/core.c
746
s->state = BT_CLOSED;
net/bluetooth/rfcomm/core.c
752
d->state = BT_CLOSED;
net/bluetooth/rfcomm/sock.c
195
parent->sk_state = BT_CLOSED;
net/bluetooth/rfcomm/sock.c
80
if (d->state == BT_CLOSED) {
net/bluetooth/rfcomm/sock.c
924
err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime);
net/bluetooth/rfcomm/tty.c
428
sk->sk_state = BT_CLOSED;
net/bluetooth/rfcomm/tty.c
627
} else if (dlc->state == BT_CLOSED)
net/bluetooth/sco.c
1372
err = bt_sock_wait_state(sk, BT_CLOSED,
net/bluetooth/sco.c
1397
err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime);
net/bluetooth/sco.c
251
sk->sk_state = BT_CLOSED;
net/bluetooth/sco.c
521
parent->sk_state = BT_CLOSED;