Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc31 SecurityManagerChannel::SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer) in SecurityManagerChannel() function in bluetooth::security::channel::SecurityManagerChannel
34 …hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel()
38 SecurityManagerChannel::~SecurityManagerChannel() { in ~SecurityManagerChannel()
43 void SecurityManagerChannel::Connect(hci::Address address) { in Connect()
56 void SecurityManagerChannel::Release(hci::Address address) { in Release()
65 void SecurityManagerChannel::Disconnect(hci::Address address) { in Disconnect()
75 void SecurityManagerChannel::OnCommandComplete(hci::CommandCompleteView packet) { in OnCommandComplete()
79 void SecurityManagerChannel::SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command) { in SendCommand()
81 … handler_->BindOnceOn(this, &SecurityManagerChannel::OnCommandComplete)); in SendCommand()
84 void SecurityManagerChannel::SendCommand( in SendCommand()
[all …]
Dsecurity_manager_channel.h48 class SecurityManagerChannel : public l2cap::classic::LinkSecurityInterfaceListener {
50 SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer);
52 virtual ~SecurityManagerChannel();
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;
/packages/modules/Bluetooth/system/gd/security/pairing/
Dpairing_handler.h45 channel::SecurityManagerChannel* security_manager_channel, in PairingHandler()
87 channel::SecurityManagerChannel* GetChannel() { in GetChannel()
95 channel::SecurityManagerChannel* security_manager_channel_ __attribute__((unused));
Dclassic_pairing_handler_unittest.cc39 using bluetooth::security::channel::SecurityManagerChannel;
51 class FakeSecurityManagerChannel : public channel::SecurityManagerChannel {
54 : channel::SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel()
243 channel::SecurityManagerChannel* channel_ = nullptr;
Dclassic_pairing_handler.h36 channel::SecurityManagerChannel* security_manager_channel, in ClassicPairingHandler()
/packages/modules/Bluetooth/system/gd/security/
Dsecurity_module.cc54 … security_manager_channel_(new channel::SecurityManagerChannel(security_handler_, hci_layer)), in impl()
70 channel::SecurityManagerChannel* security_manager_channel_;
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h64 channel::SecurityManagerChannel* security_manager_channel,
256 channel::SecurityManagerChannel* security_manager_channel_;
Dsecurity_manager_impl.cc683 channel::SecurityManagerChannel* security_manager_channel, in SecurityManagerImpl()