Searched refs:BT_SECURITY_LOW (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | sock.c | 257 pi->sec_level = BT_SECURITY_LOW; in rfcomm_sock_init() 645 rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt_old() 688 sec.level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt() 747 case BT_SECURITY_LOW: in rfcomm_sock_getsockopt_old()
|
H A D | core.c | 291 d->sec_level = BT_SECURITY_LOW; in rfcomm_dlc_clear_state()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | sock.c | 257 pi->sec_level = BT_SECURITY_LOW; in rfcomm_sock_init() 643 rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt_old() 687 sec.level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt() 749 case BT_SECURITY_LOW: in rfcomm_sock_getsockopt_old()
|
H A D | core.c | 295 d->sec_level = BT_SECURITY_LOW; in rfcomm_dlc_clear_state()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 1394 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le() 1607 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le_scan() 1652 acl->sec_level = BT_SECURITY_LOW; in hci_connect_acl() 1696 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING, in hci_connect_sco() 2275 BT_SECURITY_LOW, in hci_connect_cis() 2280 BT_SECURITY_LOW, in hci_connect_cis() 2418 if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn)) in hci_conn_security()
|
H A D | l2cap_sock.c | 496 case BT_SECURITY_LOW: in l2cap_sock_getsockopt_old() 814 chan->sec_level = BT_SECURITY_LOW; in l2cap_sock_setsockopt_old() 911 sec.level = BT_SECURITY_LOW; in l2cap_sock_setsockopt() 919 if (sec.level < BT_SECURITY_LOW || in l2cap_sock_setsockopt()
|
H A D | l2cap_core.c | 526 chan->sec_level = BT_SECURITY_LOW; in l2cap_chan_set_defaults() 851 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type() 862 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
|
H A D | smp.c | 2279 if (sec_level == BT_SECURITY_LOW) in smp_sufficient_security()
|
H A D | hci_event.c | 5990 conn->sec_level = BT_SECURITY_LOW; in le_conn_complete_evt() 6226 BT_SECURITY_LOW, hdev->def_le_autoconnect_timeout, in check_pending_le_conn()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 1061 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le() 1225 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le_scan() 1270 acl->sec_level = BT_SECURITY_LOW; in hci_connect_acl() 1285 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING, in hci_connect_sco() 1427 if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn)) in hci_conn_security()
|
H A D | l2cap_sock.c | 514 case BT_SECURITY_LOW: in l2cap_sock_getsockopt_old() 832 chan->sec_level = BT_SECURITY_LOW; in l2cap_sock_setsockopt_old() 929 sec.level = BT_SECURITY_LOW; in l2cap_sock_setsockopt() 937 if (sec.level < BT_SECURITY_LOW || in l2cap_sock_setsockopt()
|
H A D | hci_event.c | 5249 conn->sec_level = BT_SECURITY_LOW; in le_conn_complete_evt() 5451 conn = hci_connect_le(hdev, addr, addr_type, BT_SECURITY_LOW, in check_pending_le_conn()
|
H A D | l2cap_core.c | 549 chan->sec_level = BT_SECURITY_LOW; in l2cap_chan_set_defaults() 887 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type() 898 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
|
H A D | smp.c | 2273 if (sec_level == BT_SECURITY_LOW) in smp_sufficient_security()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | bluetooth.h | 70 #define BT_SECURITY_LOW 1 macro
|
H A D | hci_core.h | 1512 conn->sec_level = BT_SECURITY_LOW;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 73 #define BT_SECURITY_LOW 1 macro
|
H A D | hci_core.h | 2034 conn->sec_level = BT_SECURITY_LOW; in hci_encrypt_cfm()
|
Completed in 63 milliseconds