Symbol: BT_SECURITY_HIGH
net/bluetooth/hci_conn.c
2605
if (sec_level <= BT_SECURITY_HIGH)
net/bluetooth/hci_conn.c
2662
if (sec_level != BT_SECURITY_HIGH && sec_level != BT_SECURITY_FIPS)
net/bluetooth/hci_conn.c
2666
if (conn->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/hci_event.c
2393
conn->pending_sec_level != BT_SECURITY_HIGH &&
net/bluetooth/hci_event.c
4611
if (conn->pending_sec_level == BT_SECURITY_HIGH)
net/bluetooth/hci_event.c
4638
conn->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/hci_event.c
4647
conn->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/hci_event.c
4690
(conn->pending_sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
7612
} else if (chan->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
894
case BT_SECURITY_HIGH:
net/bluetooth/l2cap_core.c
908
if (chan->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
919
if (chan->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
929
case BT_SECURITY_HIGH:
net/bluetooth/l2cap_sock.c
507
case BT_SECURITY_HIGH:
net/bluetooth/l2cap_sock.c
834
chan->sec_level = BT_SECURITY_HIGH;
net/bluetooth/mgmt.c
3468
if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) {
net/bluetooth/rfcomm/core.c
217
case BT_SECURITY_HIGH:
net/bluetooth/rfcomm/core.c
2216
} else if (d->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/rfcomm/sock.c
662
rfcomm_pi(sk)->sec_level = BT_SECURITY_HIGH;
net/bluetooth/rfcomm/sock.c
707
if (sec.level > BT_SECURITY_HIGH) {
net/bluetooth/rfcomm/sock.c
767
case BT_SECURITY_HIGH:
net/bluetooth/smp.c
1276
authenticated = hcon->sec_level == BT_SECURITY_HIGH;
net/bluetooth/smp.c
1795
if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) {
net/bluetooth/smp.c
1955
else if (conn->hcon->pending_sec_level > BT_SECURITY_HIGH)
net/bluetooth/smp.c
1956
conn->hcon->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/smp.c
1959
if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) {
net/bluetooth/smp.c
2509
authenticated = (hcon->sec_level == BT_SECURITY_HIGH);
net/bluetooth/smp.c
606
return BT_SECURITY_HIGH;
net/bluetooth/smp.c
616
case BT_SECURITY_HIGH:
net/bluetooth/smp.c
886
if (hcon->pending_sec_level < BT_SECURITY_HIGH)
net/bluetooth/smp.c
887
hcon->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/smp.h
169
return BT_SECURITY_HIGH;