Symbol: BT_OPEN
include/net/bluetooth/bluetooth.h
322
case BT_OPEN:
net/bluetooth/af_bluetooth.c
159
sk->sk_state = BT_OPEN;
net/bluetooth/hci_conn.c
1048
conn->state = BT_OPEN;
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
2308
conn = hci_conn_hash_lookup_big_state(hdev, qos->bcast.big, BT_OPEN,
net/bluetooth/hci_conn.c
919
BT_OPEN,
net/bluetooth/hci_event.c
3809
conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig)
net/bluetooth/hci_sock.c
1216
sk->sk_state = BT_OPEN;
net/bluetooth/hci_sync.c
5886
case BT_OPEN:
net/bluetooth/hci_sync.c
6755
conn->state = BT_OPEN;
net/bluetooth/iso.c
1214
if (sk->sk_state != BT_OPEN) {
net/bluetooth/iso.c
1260
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND)
net/bluetooth/iso.c
1921
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&
net/bluetooth/iso.c
1939
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&
net/bluetooth/iso.c
894
hcon->state = BT_OPEN;
net/bluetooth/l2cap_core.c
470
chan->state = BT_OPEN;
net/bluetooth/l2cap_core.c
7310
case BT_OPEN:
net/bluetooth/l2cap_sock.c
114
if (sk->sk_state != BT_OPEN) {
net/bluetooth/l2cap_sock.c
1693
case BT_OPEN:
net/bluetooth/rfcomm/core.c
1385
if (s->state == BT_OPEN) {
net/bluetooth/rfcomm/core.c
1395
if (d->state == BT_OPEN) {
net/bluetooth/rfcomm/core.c
1494
d->state = BT_OPEN;
net/bluetooth/rfcomm/core.c
2033
s = rfcomm_session_add(nsock, BT_OPEN);
net/bluetooth/rfcomm/core.c
289
d->state = BT_OPEN;
net/bluetooth/rfcomm/core.c
380
if (d->state != BT_OPEN && d->state != BT_CLOSED)
net/bluetooth/rfcomm/core.c
460
case BT_OPEN:
net/bluetooth/rfcomm/sock.c
355
if (sk->sk_state != BT_OPEN) {
net/bluetooth/rfcomm/sock.c
401
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND) {
net/bluetooth/sco.c
1002
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&
net/bluetooth/sco.c
1045
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND &&
net/bluetooth/sco.c
371
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND) {
net/bluetooth/sco.c
672
if (sk->sk_state != BT_OPEN) {
net/bluetooth/sco.c
705
if (sk->sk_state != BT_OPEN && sk->sk_state != BT_BOUND) {