Lines Matching refs:BT_SECURITY_HIGH
623 return BT_SECURITY_HIGH; in authreq_to_seclevel()
633 case BT_SECURITY_HIGH: in seclevel_to_authreq()
892 if (hcon->pending_sec_level < BT_SECURITY_HIGH) in tk_request()
893 hcon->pending_sec_level = BT_SECURITY_HIGH; in tk_request()
1010 if (hcon->pending_sec_level == BT_SECURITY_HIGH) in smp_random()
1277 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys()
1793 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_req()
1947 else if (conn->hcon->pending_sec_level > BT_SECURITY_HIGH) in smp_cmd_pairing_rsp()
1948 conn->hcon->pending_sec_level = BT_SECURITY_HIGH; in smp_cmd_pairing_rsp()
1951 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_rsp()
2411 authenticated = (hcon->sec_level == BT_SECURITY_HIGH); in smp_cmd_master_ident()