Symbol: BT_SECURITY_LOW
include/net/bluetooth/hci_core.h
2206
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1438
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1665
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1713
acl->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1764
acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING,
net/bluetooth/hci_conn.c
2359
BT_SECURITY_LOW,
net/bluetooth/hci_conn.c
2364
BT_SECURITY_LOW,
net/bluetooth/hci_conn.c
2501
if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn))
net/bluetooth/hci_event.c
5838
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_event.c
6145
BT_SECURITY_LOW, hdev->def_le_autoconnect_timeout,
net/bluetooth/l2cap_core.c
529
chan->sec_level = BT_SECURITY_LOW;
net/bluetooth/l2cap_core.c
876
if (chan->sec_level == BT_SECURITY_LOW)
net/bluetooth/l2cap_core.c
887
if (chan->sec_level == BT_SECURITY_LOW)
net/bluetooth/l2cap_sock.c
498
case BT_SECURITY_LOW:
net/bluetooth/l2cap_sock.c
814
chan->sec_level = BT_SECURITY_LOW;
net/bluetooth/l2cap_sock.c
911
sec.level = BT_SECURITY_LOW;
net/bluetooth/l2cap_sock.c
917
if (sec.level < BT_SECURITY_LOW ||
net/bluetooth/rfcomm/core.c
295
d->sec_level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
257
pi->sec_level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
643
rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
686
sec.level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
746
case BT_SECURITY_LOW:
net/bluetooth/smp.c
2256
if (sec_level == BT_SECURITY_LOW)