Symbol: BT_CONNECT
include/net/bluetooth/bluetooth.h
331
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
562
if (sk->sk_state == BT_CONNECT ||
net/bluetooth/hci_conn.c
1611
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
1663
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
1914
BT_CONNECT, &data);
net/bluetooth/hci_conn.c
2067
conn->state != BT_CONNECT || HCI_CONN_HANDLE_UNSET(conn->handle))
net/bluetooth/hci_conn.c
207
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
2390
cis->state = BT_CONNECT;
net/bluetooth/hci_conn.c
298
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
3104
if (conn->state == BT_CONNECT && READ_ONCE(hdev->req_status) == HCI_REQ_PEND) {
net/bluetooth/hci_conn.c
415
conn->state = BT_CONNECT;
net/bluetooth/hci_conn.c
846
BT_CONNECT,
net/bluetooth/hci_conn.c
909
hci_conn_hash_list_state(hdev, find_cis, CIS_LINK, BT_CONNECT,
net/bluetooth/hci_event.c
2266
if (conn && conn->state == BT_CONNECT) {
net/bluetooth/hci_event.c
3131
(conn->role == HCI_ROLE_MASTER && conn->state != BT_CONNECT)) {
net/bluetooth/hci_event.c
3348
conn->state = BT_CONNECT;
net/bluetooth/hci_event.c
3360
conn->state = BT_CONNECT;
net/bluetooth/hci_event.c
3878
if (conn->state != BT_BOUND && conn->state != BT_CONNECT)
net/bluetooth/hci_event.c
3884
if (conn->state == BT_CONNECT)
net/bluetooth/hci_event.c
5744
(conn->role == HCI_ROLE_MASTER && conn->state != BT_CONNECT)) {
net/bluetooth/hci_sync.c
5730
case BT_CONNECT:
net/bluetooth/hci_sync.c
6595
conn->state = BT_CONNECT;
net/bluetooth/hci_sync.c
6935
conn->state = BT_CONNECT;
net/bluetooth/iso.c
1641
case BT_CONNECT:
net/bluetooth/iso.c
418
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
420
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
517
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
519
sk->sk_state = BT_CONNECT;
net/bluetooth/iso.c
717
sk->sk_state != BT_CONNECT)
net/bluetooth/iso.c
839
case BT_CONNECT:
net/bluetooth/l2cap_core.c
1333
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
1395
if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
1533
if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
1648
} else if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
425
else if (chan->state == BT_CONNECT &&
net/bluetooth/l2cap_core.c
7069
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
7130
case BT_CONNECT:
net/bluetooth/l2cap_core.c
7229
l2cap_state_change(chan, BT_CONNECT);
net/bluetooth/l2cap_core.c
7489
if (chan->state == BT_CONNECT) {
net/bluetooth/l2cap_core.c
848
case BT_CONNECT:
net/bluetooth/l2cap_sock.c
395
sk->sk_state != BT_CONNECT && sk->sk_state != BT_CONNECT2 &&
net/bluetooth/rfcomm/core.c
1217
case BT_CONNECT:
net/bluetooth/rfcomm/core.c
1243
case BT_CONNECT:
net/bluetooth/rfcomm/core.c
1266
if (d->state == BT_CONNECT || d->state == BT_CONFIG)
net/bluetooth/rfcomm/core.c
1275
if (s->state == BT_CONNECT)
net/bluetooth/rfcomm/core.c
1297
if (d->state == BT_CONNECT || d->state == BT_CONFIG)
net/bluetooth/rfcomm/core.c
1310
if (s->state == BT_CONNECT)
net/bluetooth/rfcomm/core.c
1455
d->state = BT_CONNECT;
net/bluetooth/rfcomm/core.c
2000
s->state = BT_CONNECT;
net/bluetooth/rfcomm/core.c
461
case BT_CONNECT:
net/bluetooth/rfcomm/core.c
473
case BT_CONNECT:
net/bluetooth/rfcomm/sock.c
216
case BT_CONNECT:
net/bluetooth/rfcomm/sock.c
401
sk->sk_state = BT_CONNECT;
net/bluetooth/rfcomm/sock.c
541
sk->sk_state != BT_CONNECT && sk->sk_state != BT_CONNECT2)
net/bluetooth/sco.c
380
sk->sk_state = BT_CONNECT;
net/bluetooth/sco.c
542
case BT_CONNECT: