Searched refs:BT_CONFIG (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
D | bluetooth.h | 139 BT_CONFIG, enumerator 160 case BT_CONFIG: in state_to_string()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | coex_legacy.c | 608 .id = BT_CONFIG, in iwl_send_bt_init_conf_old() 734 .id = BT_CONFIG, in iwl_mvm_bt_udpate_ctrl_kill_msk() 777 .id = BT_CONFIG, in iwl_mvm_bt_coex_reduced_txp() 1265 .id = BT_CONFIG, in iwl_mvm_rx_ant_coupling_notif_old()
|
D | fw-api.h | 225 BT_CONFIG = 0x9b, enumerator
|
D | coex.c | 413 .id = BT_CONFIG, in iwl_send_bt_init_conf()
|
D | ops.c | 337 CMD(BT_CONFIG),
|
/linux-4.1.27/net/bluetooth/ |
D | l2cap_sock.c | 369 sk->sk_state != BT_CONFIG) in l2cap_sock_getname() 798 sk->sk_state = BT_CONFIG; in l2cap_sock_setsockopt() 799 chan->state = BT_CONFIG; in l2cap_sock_setsockopt() 995 sk->sk_state = BT_CONFIG; in l2cap_sock_recvmsg() 996 pi->chan->state = BT_CONFIG; in l2cap_sock_recvmsg()
|
D | hci_event.c | 1597 if (conn->state == BT_CONFIG) { in hci_cs_auth_requested() 1624 if (conn->state == BT_CONFIG) { in hci_cs_set_conn_encrypt() 1636 if (conn->state != BT_CONFIG || !conn->out) in hci_outgoing_auth_needed() 1702 (conn->state == BT_CONFIG || conn->state == BT_CONNECTED) && in hci_check_pending_name() 1800 if (conn->state == BT_CONFIG) { in hci_cs_read_remote_features() 1827 if (conn->state == BT_CONFIG) { in hci_cs_read_remote_ext_features() 2057 if (conn->state == BT_CONFIG) { in hci_cs_le_read_remote_features() 2241 conn->state = BT_CONFIG; in hci_conn_complete_evt() 2527 if (conn->state == BT_CONFIG) { in hci_auth_complete_evt() 2653 if (conn->state == BT_CONFIG) { in hci_encrypt_change_evt() [all …]
|
D | sco.c | 414 case BT_CONFIG: in __sco_sock_close() 726 conn->state = BT_CONFIG; in sco_conn_defer_accept() 775 sk->sk_state = BT_CONFIG; in sco_sock_recvmsg()
|
D | hci_request.c | 428 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG) in disconnected_whitelist_entries()
|
D | af_bluetooth.c | 438 sk->sk_state == BT_CONFIG) in bt_sock_poll()
|
D | l2cap_core.c | 408 if (chan->state == BT_CONNECTED || chan->state == BT_CONFIG) in l2cap_chan_timeout() 722 case BT_CONFIG: in l2cap_chan_close() 1445 l2cap_state_change(chan, BT_CONFIG); in l2cap_conn_start() 3837 l2cap_state_change(chan, BT_CONFIG); in l2cap_connect() 3955 l2cap_state_change(chan, BT_CONFIG); in l2cap_connect_create_rsp() 4048 if (chan->state != BT_CONFIG && chan->state != BT_CONNECT2) { in l2cap_config_req() 4773 l2cap_state_change(chan, BT_CONFIG); in l2cap_do_create() 7078 case BT_CONFIG: in l2cap_chan_connect() 7386 chan->state == BT_CONFIG)) { in l2cap_security_cfm() 7409 l2cap_state_change(chan, BT_CONFIG); in l2cap_security_cfm()
|
D | hci_core.c | 3545 if (c->state != BT_CONNECTED && c->state != BT_CONFIG) in hci_low_sent() 3629 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG) in hci_chan_sent() 3708 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG) in hci_prio_recalculate()
|
D | hci_conn.c | 349 case BT_CONFIG: in hci_conn_timeout()
|
D | mgmt.c | 1514 case BT_CONFIG: in clean_up_hci_state() 3493 if ((conn->state == BT_CONNECTED || conn->state == BT_CONFIG) && in pair_device()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | core.c | 405 d->state = BT_CONFIG; in __rfcomm_dlc_open() 462 case BT_CONFIG: in __rfcomm_dlc_close() 478 case BT_CONFIG: in __rfcomm_dlc_close() 1232 if (d->state == BT_CONNECT || d->state == BT_CONFIG) in rfcomm_recv_dm() 1263 if (d->state == BT_CONNECT || d->state == BT_CONFIG) in rfcomm_recv_disc() 1418 case BT_CONFIG: in rfcomm_recv_pn() 1781 if (d->state == BT_CONFIG) { in rfcomm_process_connect()
|
D | sock.c | 220 case BT_CONFIG: in __rfcomm_sock_close() 983 sk->sk_state = BT_CONFIG; in rfcomm_connect_ind()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | core.c | 367 session->state = BT_CONFIG; in cmtp_add_connection()
|
D | capi.c | 411 application->state = BT_CONFIG; in cmtp_register_appl()
|