Symbol: BT_SECURITY_LOW
include/net/bluetooth/hci_core.h
2206
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1506
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1733
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1781
acl->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_conn.c
1832
acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING,
net/bluetooth/hci_conn.c
2444
BT_SECURITY_LOW,
net/bluetooth/hci_conn.c
2449
BT_SECURITY_LOW,
net/bluetooth/hci_conn.c
2586
if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn))
net/bluetooth/hci_event.c
5833
conn->sec_level = BT_SECURITY_LOW;
net/bluetooth/hci_event.c
6140
BT_SECURITY_LOW, hdev->def_le_autoconnect_timeout,
net/bluetooth/l2cap_core.c
537
chan->sec_level = BT_SECURITY_LOW;
net/bluetooth/l2cap_core.c
905
if (chan->sec_level == BT_SECURITY_LOW)
net/bluetooth/l2cap_core.c
916
if (chan->sec_level == BT_SECURITY_LOW)
net/bluetooth/l2cap_sock.c
501
case BT_SECURITY_LOW:
net/bluetooth/l2cap_sock.c
830
chan->sec_level = BT_SECURITY_LOW;
net/bluetooth/l2cap_sock.c
927
sec.level = BT_SECURITY_LOW;
net/bluetooth/l2cap_sock.c
933
if (sec.level < BT_SECURITY_LOW ||
net/bluetooth/rfcomm/core.c
292
d->sec_level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
267
pi->sec_level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
658
rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
701
sec.level = BT_SECURITY_LOW;
net/bluetooth/rfcomm/sock.c
761
case BT_SECURITY_LOW:
net/bluetooth/smp.c
2223
if (sec_level == BT_SECURITY_LOW)