Symbol: BT_OPEN
include/net/bluetooth/bluetooth.h
325
case BT_OPEN:
net/bluetooth/af_bluetooth.c
161
sk->sk_state = BT_OPEN;
net/bluetooth/cmtp/capi.c
82
app->state = BT_OPEN;
net/bluetooth/cmtp/sock.c
223
sk->sk_state = BT_OPEN;
net/bluetooth/hci_conn.c
1710
if (acl->state == BT_OPEN || acl->state == BT_CLOSED) {
net/bluetooth/hci_conn.c
1789
(sco->state == BT_OPEN || sco->state == BT_CLOSED)) {
net/bluetooth/hci_conn.c
2224
conn = hci_conn_hash_lookup_big_state(hdev, qos->bcast.big, BT_OPEN,
net/bluetooth/hci_conn.c
853
BT_OPEN,
net/bluetooth/hci_conn.c
982
conn->state = BT_OPEN;
net/bluetooth/hci_event.c
3824
conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig)
net/bluetooth/hci_sock.c
1218
sk->sk_state = BT_OPEN;
net/bluetooth/hci_sync.c
5736
case BT_OPEN:
net/bluetooth/hci_sync.c
7020
if (conn->state != BT_OPEN)
net/bluetooth/iso.c
1133
if (sk->sk_state != BT_OPEN) {
net/bluetooth/iso.c
1179
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND)
net/bluetooth/iso.c
1805
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&
net/bluetooth/iso.c
1823
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&
net/bluetooth/iso.c
813
hcon->state = BT_OPEN;
net/bluetooth/l2cap_core.c
468
chan->state = BT_OPEN;
net/bluetooth/l2cap_core.c
7142
case BT_OPEN:
net/bluetooth/l2cap_sock.c
115
if (sk->sk_state != BT_OPEN) {
net/bluetooth/l2cap_sock.c
1623
case BT_OPEN:
net/bluetooth/rfcomm/core.c
1371
if (s->state == BT_OPEN) {
net/bluetooth/rfcomm/core.c
1381
if (d->state == BT_OPEN) {
net/bluetooth/rfcomm/core.c
1475
d->state = BT_OPEN;
net/bluetooth/rfcomm/core.c
1980
s = rfcomm_session_add(nsock, BT_OPEN);
net/bluetooth/rfcomm/core.c
292
d->state = BT_OPEN;
net/bluetooth/rfcomm/core.c
383
if (d->state != BT_OPEN && d->state != BT_CLOSED)
net/bluetooth/rfcomm/core.c
463
case BT_OPEN:
net/bluetooth/rfcomm/sock.c
345
if (sk->sk_state != BT_OPEN) {
net/bluetooth/rfcomm/sock.c
391
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND) {
net/bluetooth/sco.c
1007
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&
net/bluetooth/sco.c
359
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND) {
net/bluetooth/sco.c
639
if (sk->sk_state != BT_OPEN) {
net/bluetooth/sco.c
672
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND) {
net/bluetooth/sco.c
964
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&