Searched refs:BT_CLOSED (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/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-6.1.9/net/bluetooth/rfcomm/ |
D | core.c | 379 if (d->state != BT_OPEN && d->state != BT_CLOSED) in __rfcomm_dlc_open() 488 d->state = BT_CLOSED; in __rfcomm_dlc_close() 745 s->state = BT_CLOSED; in rfcomm_session_close() 751 d->state = BT_CLOSED; in rfcomm_session_close() 1225 d->state = BT_CLOSED; in rfcomm_recv_ua() 1267 d->state = BT_CLOSED; in rfcomm_recv_dm() 1298 d->state = BT_CLOSED; in rfcomm_recv_disc() 1912 d->state = BT_CLOSED; in rfcomm_process_dlcs() 1949 if (s && (sk->sk_state == BT_CLOSED)) in rfcomm_process_rx() 2004 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() 917 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-6.1.9/include/net/bluetooth/ |
D | bluetooth.h | 278 BT_CLOSED enumerator 301 case BT_CLOSED: in state_to_string()
|
/linux-6.1.9/net/bluetooth/ |
D | l2cap_sock.c | 1389 err = bt_sock_wait_state(sk, BT_CLOSED, in l2cap_sock_shutdown() 1571 case BT_CLOSED: in l2cap_sock_teardown_cb() 1575 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb() 1576 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb() 1580 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb() 1581 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb()
|
D | sco.c | 172 sk->sk_state = BT_CLOSED; in sco_chan_del() 386 parent->sk_state = BT_CLOSED; in sco_sock_cleanup_listen() 1234 err = bt_sock_wait_state(sk, BT_CLOSED, in sco_sock_shutdown() 1259 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in sco_sock_release()
|
D | af_bluetooth.c | 230 if (sk->sk_state == BT_CLOSED) { in bt_accept_dequeue() 478 if (sk->sk_state == BT_CLOSED) in bt_sock_poll()
|
D | iso.c | 158 sk->sk_state = BT_CLOSED; in iso_chan_del() 561 parent->sk_state = BT_CLOSED; in iso_sock_cleanup_listen() 1367 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in iso_sock_shutdown() 1391 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in iso_sock_release()
|
D | hci_conn.c | 1226 conn->state = BT_CLOSED; in hci_conn_failed() 1577 if (acl->state == BT_OPEN || acl->state == BT_CLOSED) { in hci_connect_acl() 1616 (sco->state == BT_OPEN || sco->state == BT_CLOSED)) { in hci_connect_sco() 2444 c->state = BT_CLOSED; in hci_conn_hash_flush() 2849 conn->state = BT_CLOSED; in hci_abort_conn()
|
D | hci_event.c | 2316 conn->state = BT_CLOSED; in hci_cs_create_conn() 2359 sco->state = BT_CLOSED; in hci_cs_add_sco() 2654 sco->state = BT_CLOSED; in hci_cs_setup_sync_conn() 2689 sco->state = BT_CLOSED; in hci_cs_enhanced_setup_sync_conn() 3407 conn->state = BT_CLOSED; in hci_disconn_complete_evt() 3821 conn->state = BT_CLOSED; in hci_cc_le_set_cig_params() 4241 conn->state = BT_CLOSED; in hci_cs_le_create_cis() 5006 conn->state = BT_CLOSED; in hci_sync_conn_complete_evt() 5034 conn->state = BT_CLOSED; in hci_sync_conn_complete_evt() 5732 hcon->state = BT_CLOSED; in hci_disconn_phylink_complete_evt()
|
D | a2mp.c | 729 case BT_CLOSED: in a2mp_chan_state_change_cb()
|
D | hci_sock.c | 1475 if (sk->sk_state == BT_CLOSED) in hci_sock_recvmsg()
|
D | hci_sync.c | 5141 conn->state = BT_CLOSED; in hci_abort_conn_sync()
|
D | l2cap_core.c | 5230 if (chan->state == BT_DISCONN || chan->state == BT_CLOSED) in __l2cap_physical_cfm()
|
D | mgmt.c | 3135 if (!conn || conn->state == BT_OPEN || conn->state == BT_CLOSED) { in disconnect()
|