Lines Matching refs:BT_SECURITY_HIGH
628 return BT_SECURITY_HIGH; in authreq_to_seclevel()
638 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()
1018 if (hcon->pending_sec_level == BT_SECURITY_HIGH) in smp_random()
1293 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys()
1821 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_req()
1977 else if (conn->hcon->pending_sec_level > BT_SECURITY_HIGH) in smp_cmd_pairing_rsp()
1978 conn->hcon->pending_sec_level = BT_SECURITY_HIGH; in smp_cmd_pairing_rsp()
1981 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { in smp_cmd_pairing_rsp()
2535 authenticated = (hcon->sec_level == BT_SECURITY_HIGH); in smp_cmd_master_ident()