Home
last modified time | relevance | path

Searched refs:SecurityManagerChannel (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/gd/security/channel/
H A Dsecurity_manager_channel.cc30 SecurityManagerChannel::SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer) in SecurityManagerChannel() function in bluetooth::security::channel::SecurityManagerChannel
37 SecurityManagerChannel::~SecurityManagerChannel() { in ~SecurityManagerChannel()
42 void SecurityManagerChannel::Connect(hci::Address address) { in Connect()
55 void SecurityManagerChannel::Release(hci::Address address) { in Release()
64 void SecurityManagerChannel::Disconnect(hci::Address address) { in Disconnect()
74 void SecurityManagerChannel::OnCommandComplete(hci::CommandCompleteView packet) { in OnCommandComplete()
78 void SecurityManagerChannel::SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command) { in SendCommand()
83 void SecurityManagerChannel::SendCommand( in SendCommand()
88 void SecurityManagerChannel::OnHciEventReceived(hci::EventView packet) { in OnHciEventReceived()
105 void SecurityManagerChannel::OnLinkDisconnected(hci::Address address) { in OnLinkDisconnected()
[all …]
H A Dsecurity_manager_channel.h51 class SecurityManagerChannel : public l2cap::classic::LinkSecurityInterfaceListener {
53 SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer);
55 virtual ~SecurityManagerChannel();
H A Dsecurity_manager_channel_unittest.cc34 using bluetooth::security::channel::SecurityManagerChannel;
49 class FakeSecurityManagerChannel : public SecurityManagerChannel {
52 : SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel()
256 SecurityManagerChannel* channel_ = nullptr;
/aosp12/system/bt/gd/security/pairing/
H A Dpairing_handler.h44 channel::SecurityManagerChannel* security_manager_channel, in PairingHandler()
86 channel::SecurityManagerChannel* GetChannel() { in GetChannel()
94 channel::SecurityManagerChannel* security_manager_channel_ __attribute__((unused));
H A Dclassic_pairing_handler.h39 channel::SecurityManagerChannel* security_manager_channel, in ClassicPairingHandler()
H A Dclassic_pairing_handler_unittest.cc38 using bluetooth::security::channel::SecurityManagerChannel;
50 class FakeSecurityManagerChannel : public channel::SecurityManagerChannel {
53 : channel::SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel()
242 channel::SecurityManagerChannel* channel_ = nullptr;
/aosp12/system/bt/gd/security/
H A Dsecurity_module.cc53 … security_manager_channel_(new channel::SecurityManagerChannel(security_handler_, hci_layer)), in impl()
69 channel::SecurityManagerChannel* security_manager_channel_;
/aosp12/system/bt/gd/security/internal/
H A Dsecurity_manager_impl.h59 channel::SecurityManagerChannel* security_manager_channel,
251 channel::SecurityManagerChannel* security_manager_channel_;
H A Dsecurity_manager_impl.cc666 channel::SecurityManagerChannel* security_manager_channel, in SecurityManagerImpl()