Home
last modified time | relevance | path

Searched refs:BT_SECURITY_HIGH (Results 1 – 10 of 10) sorted by relevance

/linux/net/bluetooth/
A Dsmp.h171 return BT_SECURITY_HIGH; in smp_ltk_sec_level()
A Dsmp.c627 return BT_SECURITY_HIGH; in authreq_to_seclevel()
637 case BT_SECURITY_HIGH: in seclevel_to_authreq()
908 if (hcon->pending_sec_level < BT_SECURITY_HIGH) in tk_request()
909 hcon->pending_sec_level = BT_SECURITY_HIGH; in tk_request()
1019 if (hcon->pending_sec_level == BT_SECURITY_HIGH) in smp_random()
1294 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys()
1824 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_req()
1980 else if (conn->hcon->pending_sec_level > BT_SECURITY_HIGH) in smp_cmd_pairing_rsp()
1981 conn->hcon->pending_sec_level = BT_SECURITY_HIGH; in smp_cmd_pairing_rsp()
1984 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_rsp()
[all …]
A Dhci_conn.c1622 sec_level == BT_SECURITY_HIGH) in hci_conn_security()
1674 if (sec_level != BT_SECURITY_HIGH && sec_level != BT_SECURITY_FIPS) in hci_conn_check_secure()
1678 if (conn->sec_level == BT_SECURITY_HIGH || in hci_conn_check_secure()
A Dl2cap_sock.c492 case BT_SECURITY_HIGH: in l2cap_sock_getsockopt_old()
808 chan->sec_level = BT_SECURITY_HIGH; in l2cap_sock_setsockopt_old()
A Dhci_event.c2059 conn->pending_sec_level != BT_SECURITY_HIGH && in hci_outgoing_auth_needed()
4087 if (conn->pending_sec_level == BT_SECURITY_HIGH) in hci_pin_code_request_evt()
4114 conn->pending_sec_level = BT_SECURITY_HIGH; in conn_set_key()
4123 conn->pending_sec_level = BT_SECURITY_HIGH; in conn_set_key()
4167 (conn->pending_sec_level == BT_SECURITY_HIGH || in hci_link_key_request_evt()
A Dl2cap_core.c845 case BT_SECURITY_HIGH: in l2cap_get_auth_type()
859 if (chan->sec_level == BT_SECURITY_HIGH || in l2cap_get_auth_type()
870 if (chan->sec_level == BT_SECURITY_HIGH || in l2cap_get_auth_type()
880 case BT_SECURITY_HIGH: in l2cap_get_auth_type()
8188 } else if (chan->sec_level == BT_SECURITY_HIGH || in l2cap_check_encryption()
A Dmgmt.c2755 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply()
/linux/net/bluetooth/rfcomm/
A Dsock.c649 rfcomm_pi(sk)->sec_level = BT_SECURITY_HIGH; in rfcomm_sock_setsockopt_old()
697 if (sec.level > BT_SECURITY_HIGH) { in rfcomm_sock_setsockopt()
757 case BT_SECURITY_HIGH: in rfcomm_sock_getsockopt_old()
A Dcore.c216 case BT_SECURITY_HIGH: in rfcomm_check_security()
2158 } else if (d->sec_level == BT_SECURITY_HIGH || in rfcomm_security_cfm()
/linux/include/net/bluetooth/
A Dbluetooth.h72 #define BT_SECURITY_HIGH 3 macro

Completed in 58 milliseconds