Symbol: BT_CONNECT
include/net/bluetooth/bluetooth.h
328
case BT_CONNECT:
include/net/bluetooth/hci_core.h
1536
if (c->type == LE_LINK && c->state == BT_CONNECT &&
include/net/bluetooth/hci_core.h
1557
if (c->type == LE_LINK && c->state == BT_CONNECT &&
net/bluetooth/af_bluetooth.c
601
if (sk->sk_state == BT_CONNECT ||
net/bluetooth/hci_conn.c
1679
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
1731
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
1982
BT_CONNECT, &data);
net/bluetooth/hci_conn.c
204
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
2135
conn->state != BT_CONNECT || HCI_CONN_HANDLE_UNSET(conn->handle))
net/bluetooth/hci_conn.c
2475
cis->state = BT_CONNECT;
net/bluetooth/hci_conn.c
295
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
412
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
912
BT_CONNECT,
net/bluetooth/hci_conn.c
975
hci_conn_hash_list_state(hdev, find_cis, CIS_LINK, BT_CONNECT,
net/bluetooth/hci_event.c
2270
if (conn && conn->state == BT_CONNECT) {
net/bluetooth/hci_event.c
3135
(conn->role == HCI_ROLE_MASTER && conn->state != BT_CONNECT)) {
net/bluetooth/hci_event.c
3350
conn->state = BT_CONNECT;
net/bluetooth/hci_event.c
3362
conn->state = BT_CONNECT;
net/bluetooth/hci_event.c
3863
if (conn->state != BT_BOUND && conn->state != BT_CONNECT)
net/bluetooth/hci_event.c
3869
if (conn->state == BT_CONNECT)
net/bluetooth/hci_event.c
5739
(conn->role == HCI_ROLE_MASTER && conn->state != BT_CONNECT)) {
net/bluetooth/hci_sync.c
5880
case BT_CONNECT:
net/bluetooth/hci_sync.c
6745
conn->state = BT_CONNECT;
net/bluetooth/hci_sync.c
7101
conn->state = BT_CONNECT;
net/bluetooth/iso.c
1757
case BT_CONNECT:
net/bluetooth/iso.c
479
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
481
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
584
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
586
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
787
sk->sk_state != BT_CONNECT)
net/bluetooth/iso.c
918
case BT_CONNECT:
net/bluetooth/l2cap_core.c
1362
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
1424
if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
1562
if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
1677
} else if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
427
else if (chan->state == BT_CONNECT &&
net/bluetooth/l2cap_core.c
7237
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
7298
case BT_CONNECT:
net/bluetooth/l2cap_core.c
7397
l2cap_state_change(chan, BT_CONNECT);
net/bluetooth/l2cap_core.c
7655
if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
877
case BT_CONNECT:
net/bluetooth/l2cap_sock.c
399
sk->sk_state != BT_CONNECT && sk->sk_state != BT_CONNECT2 &&
net/bluetooth/rfcomm/core.c
1231
case BT_CONNECT:
net/bluetooth/rfcomm/core.c
1257
case BT_CONNECT:
net/bluetooth/rfcomm/core.c
1280
if (d->state == BT_CONNECT || d->state == BT_CONFIG)
net/bluetooth/rfcomm/core.c
1289
if (s->state == BT_CONNECT)
net/bluetooth/rfcomm/core.c
1311
if (d->state == BT_CONNECT || d->state == BT_CONFIG)
net/bluetooth/rfcomm/core.c
1324
if (s->state == BT_CONNECT)
net/bluetooth/rfcomm/core.c
1474
d->state = BT_CONNECT;
net/bluetooth/rfcomm/core.c
2053
s->state = BT_CONNECT;
net/bluetooth/rfcomm/core.c
458
case BT_CONNECT:
net/bluetooth/rfcomm/core.c
470
case BT_CONNECT:
net/bluetooth/rfcomm/sock.c
226
case BT_CONNECT:
net/bluetooth/rfcomm/sock.c
411
sk->sk_state = BT_CONNECT;
net/bluetooth/rfcomm/sock.c
556
sk->sk_state != BT_CONNECT && sk->sk_state != BT_CONNECT2)
net/bluetooth/sco.c
392
sk->sk_state = BT_CONNECT;
net/bluetooth/sco.c
562
case BT_CONNECT: