Searched refs:BT_CONFIG (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | commands.h | 520 BT_CONFIG = 0x9b, enumerator
|
/Linux-v4.19/include/net/bluetooth/ |
D | bluetooth.h | 161 BT_CONFIG, enumerator 182 case BT_CONFIG: in state_to_string()
|
/Linux-v4.19/net/bluetooth/ |
D | l2cap_sock.c | 371 sk->sk_state != BT_CONFIG) in l2cap_sock_getname() 799 sk->sk_state = BT_CONFIG; in l2cap_sock_setsockopt() 800 chan->state = BT_CONFIG; in l2cap_sock_setsockopt() 996 sk->sk_state = BT_CONFIG; in l2cap_sock_recvmsg() 997 pi->chan->state = BT_CONFIG; in l2cap_sock_recvmsg()
|
D | hci_event.c | 1778 if (conn->state == BT_CONFIG) { in hci_cs_auth_requested() 1805 if (conn->state == BT_CONFIG) { in hci_cs_set_conn_encrypt() 1817 if (conn->state != BT_CONFIG || !conn->out) in hci_outgoing_auth_needed() 1883 (conn->state == BT_CONFIG || conn->state == BT_CONNECTED) && in hci_check_pending_name() 1981 if (conn->state == BT_CONFIG) { in hci_cs_read_remote_features() 2008 if (conn->state == BT_CONFIG) { in hci_cs_read_remote_ext_features() 2231 if (conn->state == BT_CONFIG) { in hci_cs_le_read_remote_features() 2415 conn->state = BT_CONFIG; in hci_conn_complete_evt() 2712 if (conn->state == BT_CONFIG) { in hci_auth_complete_evt() 2826 if (conn->state == BT_CONFIG) { in read_enc_key_size_complete() [all …]
|
D | sco.c | 418 case BT_CONFIG: in __sco_sock_close() 733 conn->state = BT_CONFIG; in sco_conn_defer_accept() 782 sk->sk_state = BT_CONFIG; in sco_sock_recvmsg()
|
D | l2cap_core.c | 419 if (chan->state == BT_CONNECTED || chan->state == BT_CONFIG) in l2cap_chan_timeout() 733 case BT_CONFIG: in l2cap_chan_close() 1456 l2cap_state_change(chan, BT_CONFIG); in l2cap_conn_start() 3862 l2cap_state_change(chan, BT_CONFIG); in l2cap_connect() 3980 l2cap_state_change(chan, BT_CONFIG); in l2cap_connect_create_rsp() 4073 if (chan->state != BT_CONFIG && chan->state != BT_CONNECT2) { in l2cap_config_req() 4798 l2cap_state_change(chan, BT_CONFIG); in l2cap_do_create() 7120 case BT_CONFIG: in l2cap_chan_connect() 7429 chan->state == BT_CONFIG)) { in l2cap_security_cfm() 7452 l2cap_state_change(chan, BT_CONFIG); in l2cap_security_cfm()
|
D | af_bluetooth.c | 471 sk->sk_state == BT_CONFIG) in bt_sock_poll()
|
D | hci_request.c | 1943 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG) in disconnected_whitelist_entries() 2154 case BT_CONFIG: in __hci_abort_conn()
|
D | hci_core.c | 3699 if (c->state != BT_CONNECTED && c->state != BT_CONFIG) in hci_low_sent() 3783 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG) in hci_chan_sent() 3862 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG) in hci_prio_recalculate()
|
D | hci_conn.c | 241 (conn->state == BT_CONNECTED || conn->state == BT_CONFIG)) { in hci_disconnect()
|
D | mgmt.c | 2964 if ((conn->state == BT_CONNECTED || conn->state == BT_CONFIG) && in pair_device()
|
/Linux-v4.19/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() 1228 if (d->state == BT_CONNECT || d->state == BT_CONFIG) in rfcomm_recv_dm() 1259 if (d->state == BT_CONNECT || d->state == BT_CONFIG) in rfcomm_recv_disc() 1414 case BT_CONFIG: in rfcomm_recv_pn() 1775 if (d->state == BT_CONFIG) { in rfcomm_process_connect()
|
D | sock.c | 221 case BT_CONFIG: in __rfcomm_sock_close() 990 sk->sk_state = BT_CONFIG; in rfcomm_connect_ind()
|
/Linux-v4.19/net/bluetooth/cmtp/ |
D | core.c | 365 session->state = BT_CONFIG; in cmtp_add_connection()
|
D | capi.c | 409 application->state = BT_CONFIG; in cmtp_register_appl()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | coex.c | 240 return iwl_mvm_send_cmd_pdu(mvm, BT_CONFIG, 0, sizeof(bt_cmd), &bt_cmd); in iwl_mvm_send_bt_init_conf()
|
D | ops.c | 375 HCMD_NAME(BT_CONFIG),
|