Home
last modified time | relevance | path

Searched refs:SecurityEnforcementType (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.h102 enum class SecurityEnforcementType { enum
106 …void on_security_result_for_outgoing(SecurityEnforcementType type, Psm psm, Cid local_cid, bool re…
Dsignalling_manager.cc98 SecurityEnforcementType::LINK_KEY, in SendConnectionRequest()
104 SecurityEnforcementType type, Psm psm, Cid local_cid, bool result) { in on_security_result_for_outgoing()
119 if (type == SecurityEnforcementType::LINK_KEY && !link_->IsAuthenticated() && in on_security_result_for_outgoing()
Dlink.cc328 ClassicSignallingManager::SecurityEnforcementType::ENCRYPTION, in OnEncryptionChange()