Home
last modified time | relevance | path

Searched refs:security_policy (Results 1 – 13 of 13) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_impl.h60 classic::SecurityPolicy security_policy, in DynamicChannelServiceImpl() argument
63 : security_policy_(security_policy), in DynamicChannelServiceImpl()
/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.cc45 const classic::SecurityPolicy& security_policy, in RegisterService() argument
49 .security_policy_ = security_policy, in RegisterService()
Ddynamic_channel_manager.h119 const SecurityPolicy& security_policy,
/system/bt/gd/l2cap/le/internal/
Ddynamic_channel_service_impl.h61 … DynamicChannelConfigurationOption config_option, SecurityPolicy security_policy) in DynamicChannelServiceImpl() argument
63 config_option_(config_option), security_policy_(security_policy) {} in DynamicChannelServiceImpl()
Dlink_mock.h44 …std::shared_ptr<FixedChannelImpl>, AllocateFixedChannel, (Cid cid, SecurityPolicy security_policy),
Dlink.h96 …al std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid, SecurityPolicy security_policy);
Dsignalling_manager.cc217 auto security_policy = service->GetSecurityPolicy(); in on_security_result_for_incoming() local
218 switch (security_policy) { in on_security_result_for_incoming()
Dlink.cc137 …:shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid, SecurityPolicy security_policy) { in AllocateFixedChannel() argument
/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.cc45 const SecurityPolicy& security_policy, in RegisterService() argument
50 .security_policy_ = security_policy, in RegisterService()
Ddynamic_channel_manager.h124 … const SecurityPolicy& security_policy, OnRegistrationCompleteCallback on_registration_complete,
Dfacade.cc133 Psm psm, SecurityPolicy security_policy) in L2capDynamicChannelHelper() argument
137 psm, {}, security_policy, in L2capDynamicChannelHelper()
/system/bt/gd/shim/
Dl2cap_test.cc90 const l2cap::classic::SecurityPolicy& security_policy, in RegisterService() argument
158 const l2cap::classic::SecurityPolicy& security_policy, in RegisterService() argument
162 …psm, configuration_option, security_policy, std::move(on_registration_complete), std::move(on_open… in RegisterService()
Dl2cap.cc466 const l2cap::classic::SecurityPolicy security_policy = GetSecurityPolicy(psm); in RegisterService() local
471 security_policy, in RegisterService()