Lines Matching refs:BT_SECURITY_HIGH
641 return BT_SECURITY_HIGH; in authreq_to_seclevel()
651 case BT_SECURITY_HIGH: in seclevel_to_authreq()
910 if (hcon->pending_sec_level < BT_SECURITY_HIGH) in tk_request()
911 hcon->pending_sec_level = BT_SECURITY_HIGH; in tk_request()
1022 if (hcon->pending_sec_level == BT_SECURITY_HIGH) in smp_random()
1278 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys()
1794 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_req()
1948 else if (conn->hcon->pending_sec_level > BT_SECURITY_HIGH) in smp_cmd_pairing_rsp()
1949 conn->hcon->pending_sec_level = BT_SECURITY_HIGH; in smp_cmd_pairing_rsp()
1952 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_rsp()
2438 authenticated = (hcon->sec_level == BT_SECURITY_HIGH); in smp_cmd_master_ident()