Home
last modified time | relevance | path

Searched refs:security_policy (Results 1 – 12 of 12) 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.h108 …al std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid, SecurityPolicy security_policy);
Dsignalling_manager.cc218 auto security_policy = service->GetSecurityPolicy(); in on_security_result_for_incoming() local
219 switch (security_policy) { in on_security_result_for_incoming()
Dlink.cc158 …:shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid, SecurityPolicy security_policy) { in AllocateFixedChannel() argument
/system/bt/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager.h52 const l2cap::classic::SecurityPolicy& security_policy, in RegisterService() argument
56 …psm, configuration_option, security_policy, std::move(on_registration_complete), std::move(on_open… in RegisterService()
/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.cc135 Psm psm, SecurityPolicy security_policy) in L2capDynamicChannelHelper() argument
139 psm, {}, security_policy, in L2capDynamicChannelHelper()