Home
last modified time | relevance | path

Searched refs:security_policy_ (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_impl.h37 classic::SecurityPolicy security_policy_; member
52 return security_policy_; in GetSecurityPolicy()
63 : security_policy_(security_policy), in DynamicChannelServiceImpl()
68 classic::SecurityPolicy security_policy_;
Ddynamic_channel_service_manager_test.cc81 .security_policy_ = SecurityPolicy::_SDP_ONLY_NO_SECURITY_WHATSOEVER_PLAINTEXT_TRANSPORT_OK, in TEST_F()
96 .security_policy_ = SecurityPolicy::_SDP_ONLY_NO_SECURITY_WHATSOEVER_PLAINTEXT_TRANSPORT_OK, in TEST_F()
Ddynamic_channel_service_manager_impl.cc42 pending_registration.security_policy_, in Register()
/system/bt/gd/l2cap/le/internal/
Ddynamic_channel_service_impl.h37 SecurityPolicy security_policy_; member
52 return security_policy_; in GetSecurityPolicy()
63 config_option_(config_option), security_policy_(security_policy) {} in DynamicChannelServiceImpl()
69 SecurityPolicy security_policy_; variable
Ddynamic_channel_service_manager_test.cc79 .security_policy_ = SecurityPolicy::NO_SECURITY_WHATSOEVER_PLAINTEXT_TRANSPORT_OK, in TEST_F()
95 .security_policy_ = SecurityPolicy::NO_SECURITY_WHATSOEVER_PLAINTEXT_TRANSPORT_OK, in TEST_F()
Ddynamic_channel_service_manager_impl.cc45 … pending_registration.configuration_, pending_registration.security_policy_)); in Register()
/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.cc49 .security_policy_ = security_policy, in RegisterService()
/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.cc50 .security_policy_ = security_policy, in RegisterService()