Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h157 BT_CLOSED enumerator
180 case BT_CLOSED: in state_to_string()
/linux-4.4.14/net/bluetooth/cmtp/
Dcapi.c222 application->state = BT_CLOSED; in cmtp_recv_interopmsg()
426 if (application->state == BT_CLOSED) { in cmtp_register_appl()
469 (application->state == BT_CLOSED), CMTP_INTEROP_TIMEOUT); in cmtp_release_appl()
/linux-4.4.14/net/bluetooth/rfcomm/
Dcore.c383 if (d->state != BT_OPEN && d->state != BT_CLOSED) in __rfcomm_dlc_open()
491 d->state = BT_CLOSED; in __rfcomm_dlc_close()
715 s->state = BT_CLOSED; in rfcomm_session_close()
722 d->state = BT_CLOSED; in rfcomm_session_close()
1195 d->state = BT_CLOSED; in rfcomm_recv_ua()
1237 d->state = BT_CLOSED; in rfcomm_recv_dm()
1268 d->state = BT_CLOSED; in rfcomm_recv_disc()
1887 d->state = BT_CLOSED; in rfcomm_process_dlcs()
1924 if (s && (sk->sk_state == BT_CLOSED)) in rfcomm_process_rx()
1979 case BT_CLOSED: in rfcomm_check_connection()
Dsock.c83 if (d->state == BT_CLOSED) { in rfcomm_sk_state_change()
187 parent->sk_state = BT_CLOSED; in rfcomm_sock_cleanup_listen()
926 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in rfcomm_sock_shutdown()
Dtty.c432 sk->sk_state = BT_CLOSED; in __rfcomm_create_dev()
639 } else if (dlc->state == BT_CLOSED) in rfcomm_dev_state_change()
/linux-4.4.14/net/bluetooth/
Dl2cap_sock.c1170 err = bt_sock_wait_state(sk, BT_CLOSED, in l2cap_sock_shutdown()
1326 case BT_CLOSED: in l2cap_sock_teardown_cb()
1330 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb()
1331 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb()
1335 sk->sk_state = BT_CLOSED; in l2cap_sock_teardown_cb()
1336 chan->state = BT_CLOSED; in l2cap_sock_teardown_cb()
Dsco.c150 sk->sk_state = BT_CLOSED; in sco_chan_del()
386 parent->sk_state = BT_CLOSED; in sco_sock_cleanup_listen()
989 err = bt_sock_wait_state(sk, BT_CLOSED, in sco_sock_shutdown()
1014 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in sco_sock_release()
Daf_bluetooth.c190 if (sk->sk_state == BT_CLOSED) { in bt_accept_dequeue()
433 if (sk->sk_state == BT_CLOSED) in bt_sock_poll()
Dhci_conn.c665 conn->state = BT_CLOSED; in hci_le_conn_failed()
1094 if (acl->state == BT_OPEN || acl->state == BT_CLOSED) { in hci_connect_acl()
1131 (sco->state == BT_OPEN || sco->state == BT_CLOSED)) { in hci_connect_sco()
1363 c->state = BT_CLOSED; in hci_conn_hash_flush()
Dhci_request.c640 conn->state = BT_CLOSED; in __hci_abort_conn()
Dhci_event.c1477 conn->state = BT_CLOSED; in hci_cs_create_conn()
1520 sco->state = BT_CLOSED; in hci_cs_add_sco()
1812 sco->state = BT_CLOSED; in hci_cs_setup_sync_conn()
2191 conn->state = BT_CLOSED; in hci_conn_complete_evt()
2355 conn->state = BT_CLOSED; in hci_disconn_complete_evt()
3775 conn->state = BT_CLOSED; in hci_sync_conn_complete_evt()
4439 hcon->state = BT_CLOSED; in hci_disconn_phylink_complete_evt()
Da2mp.c721 case BT_CLOSED: in a2mp_chan_state_change_cb()
Dhci_sock.c1007 if (sk->sk_state == BT_CLOSED) in hci_sock_recvmsg()
Dl2cap_core.c4842 if (chan->state == BT_DISCONN || chan->state == BT_CLOSED) { in __l2cap_physical_cfm()
Dmgmt.c3196 if (!conn || conn->state == BT_OPEN || conn->state == BT_CLOSED) { in disconnect()