Searched refs:BT_CLOSED (Results 1 – 16 of 16) sorted by relevance
| /Linux-v6.6/net/bluetooth/cmtp/ |
| D | capi.c | 220 application->state = BT_CLOSED; in cmtp_recv_interopmsg() 424 if (application->state == BT_CLOSED) { in cmtp_register_appl() 467 (application->state == BT_CLOSED), CMTP_INTEROP_TIMEOUT); in cmtp_release_appl()
|
| /Linux-v6.6/net/bluetooth/rfcomm/ |
| D | core.c | 383 if (d->state != BT_OPEN && d->state != BT_CLOSED) in __rfcomm_dlc_open() 492 d->state = BT_CLOSED; in __rfcomm_dlc_close() 749 s->state = BT_CLOSED; in rfcomm_session_close() 755 d->state = BT_CLOSED; in rfcomm_session_close() 1229 d->state = BT_CLOSED; in rfcomm_recv_ua() 1271 d->state = BT_CLOSED; in rfcomm_recv_dm() 1302 d->state = BT_CLOSED; in rfcomm_recv_disc() 1916 d->state = BT_CLOSED; in rfcomm_process_dlcs() 1953 if (s && (sk->sk_state == BT_CLOSED)) in rfcomm_process_rx() 2008 case BT_CLOSED: in rfcomm_check_connection()
|
| D | sock.c | 82 if (d->state == BT_CLOSED) { in rfcomm_sk_state_change() 185 parent->sk_state = BT_CLOSED; in rfcomm_sock_cleanup_listen() 910 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in rfcomm_sock_shutdown()
|
| D | tty.c | 431 sk->sk_state = BT_CLOSED; in __rfcomm_create_dev() 638 } else if (dlc->state == BT_CLOSED) in rfcomm_dev_state_change()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | bluetooth.h | 295 BT_CLOSED enumerator 318 case BT_CLOSED: in state_to_string()
|
| /Linux-v6.6/net/bluetooth/ |
| D | l2cap_sock.c | 1371 err = bt_sock_wait_state(sk, BT_CLOSED, in l2cap_sock_shutdown() 1554 case BT_CLOSED: in l2cap_sock_teardown_cb() 1558 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb() 1559 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb() 1563 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb() 1564 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb()
|
| D | sco.c | 174 sk->sk_state = BT_CLOSED; in sco_chan_del() 409 parent->sk_state = BT_CLOSED; in sco_sock_cleanup_listen() 1226 err = bt_sock_wait_state(sk, BT_CLOSED, in sco_sock_shutdown() 1251 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in sco_sock_release()
|
| D | af_bluetooth.c | 275 if (sk->sk_state == BT_CLOSED) { in bt_accept_dequeue() 527 if (sk->sk_state == BT_CLOSED) in bt_sock_poll()
|
| D | iso.c | 176 sk->sk_state = BT_CLOSED; in iso_chan_del() 616 parent->sk_state = BT_CLOSED; in iso_sock_cleanup_listen() 1512 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in iso_sock_shutdown() 1536 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in iso_sock_release()
|
| D | hci_conn.c | 1250 conn->state = BT_CLOSED; in hci_conn_failed() 1649 if (acl->state == BT_OPEN || acl->state == BT_CLOSED) { in hci_connect_acl() 1719 (sco->state == BT_OPEN || sco->state == BT_CLOSED)) { in hci_connect_sco() 2566 conn->state = BT_CLOSED; in hci_conn_hash_flush()
|
| D | hci_event.c | 2330 conn->state = BT_CLOSED; in hci_cs_create_conn() 2375 link->conn->state = BT_CLOSED; in hci_cs_add_sco() 2660 link->conn->state = BT_CLOSED; in hci_setup_sync_conn_status() 3409 conn->state = BT_CLOSED; in hci_disconn_complete_evt() 4305 conn->state = BT_CLOSED; in hci_cs_le_create_cis() 5079 conn->state = BT_CLOSED; in hci_sync_conn_complete_evt() 5107 conn->state = BT_CLOSED; in hci_sync_conn_complete_evt() 5805 hcon->state = BT_CLOSED; in hci_disconn_phylink_complete_evt() 6964 conn->state = BT_CLOSED; in hci_le_cis_estabilished_evt()
|
| D | a2mp.c | 729 case BT_CLOSED: in a2mp_chan_state_change_cb()
|
| D | hci_sock.c | 1569 if (sk->sk_state == BT_CLOSED) in hci_sock_recvmsg()
|
| D | hci_sync.c | 5395 conn->state = BT_CLOSED; in hci_abort_conn_sync() 5424 conn->state = BT_CLOSED; in hci_abort_conn_sync()
|
| D | l2cap_core.c | 5245 if (chan->state == BT_DISCONN || chan->state == BT_CLOSED) in __l2cap_physical_cfm()
|
| D | mgmt.c | 3161 if (!conn || conn->state == BT_OPEN || conn->state == BT_CLOSED) { in disconnect()
|