Symbol: BT_SECURITY_HIGH
net/bluetooth/hci_conn.c
2520
if (sec_level <= BT_SECURITY_HIGH)
net/bluetooth/hci_conn.c
2577
if (sec_level != BT_SECURITY_HIGH && sec_level != BT_SECURITY_FIPS)
net/bluetooth/hci_conn.c
2581
if (conn->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/hci_event.c
2389
conn->pending_sec_level != BT_SECURITY_HIGH &&
net/bluetooth/hci_event.c
4626
if (conn->pending_sec_level == BT_SECURITY_HIGH)
net/bluetooth/hci_event.c
4653
conn->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/hci_event.c
4662
conn->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/hci_event.c
4705
(conn->pending_sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
7446
} else if (chan->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
865
case BT_SECURITY_HIGH:
net/bluetooth/l2cap_core.c
879
if (chan->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
890
if (chan->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/l2cap_core.c
900
case BT_SECURITY_HIGH:
net/bluetooth/l2cap_sock.c
504
case BT_SECURITY_HIGH:
net/bluetooth/l2cap_sock.c
818
chan->sec_level = BT_SECURITY_HIGH;
net/bluetooth/mgmt.c
3445
if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) {
net/bluetooth/rfcomm/core.c
2163
} else if (d->sec_level == BT_SECURITY_HIGH ||
net/bluetooth/rfcomm/core.c
220
case BT_SECURITY_HIGH:
net/bluetooth/rfcomm/sock.c
647
rfcomm_pi(sk)->sec_level = BT_SECURITY_HIGH;
net/bluetooth/rfcomm/sock.c
692
if (sec.level > BT_SECURITY_HIGH) {
net/bluetooth/rfcomm/sock.c
752
case BT_SECURITY_HIGH:
net/bluetooth/smp.c
1299
authenticated = hcon->sec_level == BT_SECURITY_HIGH;
net/bluetooth/smp.c
1827
if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) {
net/bluetooth/smp.c
1987
else if (conn->hcon->pending_sec_level > BT_SECURITY_HIGH)
net/bluetooth/smp.c
1988
conn->hcon->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/smp.c
1991
if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) {
net/bluetooth/smp.c
2542
authenticated = (hcon->sec_level == BT_SECURITY_HIGH);
net/bluetooth/smp.c
628
return BT_SECURITY_HIGH;
net/bluetooth/smp.c
638
case BT_SECURITY_HIGH:
net/bluetooth/smp.c
909
if (hcon->pending_sec_level < BT_SECURITY_HIGH)
net/bluetooth/smp.c
910
hcon->pending_sec_level = BT_SECURITY_HIGH;
net/bluetooth/smp.h
172
return BT_SECURITY_HIGH;