Home
last modified time | relevance | path

Searched refs:BT_CLOSED (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/include/net/bluetooth/
Dbluetooth.h207 BT_CLOSED enumerator
230 case BT_CLOSED: in state_to_string()
/Linux-v5.10/net/bluetooth/cmtp/
Dcapi.c220 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-v5.10/net/bluetooth/rfcomm/
Dcore.c379 if (d->state != BT_OPEN && d->state != BT_CLOSED) in __rfcomm_dlc_open()
488 d->state = BT_CLOSED; in __rfcomm_dlc_close()
709 s->state = BT_CLOSED; in rfcomm_session_close()
715 d->state = BT_CLOSED; in rfcomm_session_close()
1189 d->state = BT_CLOSED; in rfcomm_recv_ua()
1231 d->state = BT_CLOSED; in rfcomm_recv_dm()
1262 d->state = BT_CLOSED; in rfcomm_recv_disc()
1876 d->state = BT_CLOSED; in rfcomm_process_dlcs()
1913 if (s && (sk->sk_state == BT_CLOSED)) in rfcomm_process_rx()
1968 case BT_CLOSED: in rfcomm_check_connection()
Dsock.c82 if (d->state == BT_CLOSED) { in rfcomm_sk_state_change()
185 parent->sk_state = BT_CLOSED; in rfcomm_sock_cleanup_listen()
935 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in rfcomm_sock_shutdown()
Dtty.c430 sk->sk_state = BT_CLOSED; in __rfcomm_create_dev()
637 } else if (dlc->state == BT_CLOSED) in rfcomm_dev_state_change()
/Linux-v5.10/net/bluetooth/
Dl2cap_sock.c1351 err = bt_sock_wait_state(sk, BT_CLOSED, in l2cap_sock_shutdown()
1527 case BT_CLOSED: in l2cap_sock_teardown_cb()
1531 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb()
1532 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb()
1536 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb()
1537 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb()
Dsco.c152 sk->sk_state = BT_CLOSED; in sco_chan_del()
388 parent->sk_state = BT_CLOSED; in sco_sock_cleanup_listen()
1039 err = bt_sock_wait_state(sk, BT_CLOSED, in sco_sock_shutdown()
1064 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in sco_sock_release()
Daf_bluetooth.c228 if (sk->sk_state == BT_CLOSED) { in bt_accept_dequeue()
477 if (sk->sk_state == BT_CLOSED) in bt_sock_poll()
Dhci_conn.c725 conn->state = BT_CLOSED; in hci_le_conn_failed()
1260 if (acl->state == BT_OPEN || acl->state == BT_CLOSED) { in hci_connect_acl()
1298 (sco->state == BT_OPEN || sco->state == BT_CLOSED)) { in hci_connect_sco()
1555 c->state = BT_CLOSED; in hci_conn_hash_flush()
Dhci_event.c1858 conn->state = BT_CLOSED; in hci_cs_create_conn()
1901 sco->state = BT_CLOSED; in hci_cs_add_sco()
2193 sco->state = BT_CLOSED; in hci_cs_setup_sync_conn()
2655 conn->state = BT_CLOSED; in hci_conn_complete_evt()
2827 conn->state = BT_CLOSED; in hci_disconn_complete_evt()
4357 conn->state = BT_CLOSED; in hci_sync_conn_complete_evt()
5044 hcon->state = BT_CLOSED; in hci_disconn_phylink_complete_evt()
Da2mp.c728 case BT_CLOSED: in a2mp_chan_state_change_cb()
Dhci_sock.c1452 if (sk->sk_state == BT_CLOSED) in hci_sock_recvmsg()
Dhci_request.c2721 conn->state = BT_CLOSED; in __hci_abort_conn()
Dl2cap_core.c5182 if (chan->state == BT_DISCONN || chan->state == BT_CLOSED) in __l2cap_physical_cfm()
Dmgmt.c2602 if (!conn || conn->state == BT_OPEN || conn->state == BT_CLOSED) { in disconnect()