Searched refs:SecurityManagerChannel (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/security/channel/ |
D | security_manager_channel.cc | 30 SecurityManagerChannel::SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer) in SecurityManagerChannel() function in bluetooth::security::channel::SecurityManagerChannel 33 …hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel() 37 SecurityManagerChannel::~SecurityManagerChannel() { in ~SecurityManagerChannel() 42 void SecurityManagerChannel::Connect(hci::Address address) { in Connect() 54 void SecurityManagerChannel::Release(hci::Address address) { in Release() 63 void SecurityManagerChannel::Disconnect(hci::Address address) { in Disconnect() 72 void SecurityManagerChannel::OnCommandComplete(hci::CommandCompleteView packet) { in OnCommandComplete() 76 void SecurityManagerChannel::SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command) { in SendCommand() 78 … handler_->BindOnceOn(this, &SecurityManagerChannel::OnCommandComplete)); in SendCommand() 81 void SecurityManagerChannel::OnHciEventReceived(hci::EventPacketView packet) { in OnHciEventReceived() [all …]
|
D | security_manager_channel.h | 48 class SecurityManagerChannel : public l2cap::classic::LinkSecurityInterfaceListener { 50 SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer); 52 virtual ~SecurityManagerChannel();
|
D | security_manager_channel_unittest.cc | 34 using bluetooth::security::channel::SecurityManagerChannel; 49 class FakeSecurityManagerChannel : public SecurityManagerChannel { 52 : SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel() 252 SecurityManagerChannel* channel_ = nullptr;
|
/system/bt/gd/security/pairing/ |
D | pairing_handler.h | 40 PairingHandler(channel::SecurityManagerChannel* security_manager_channel, in PairingHandler() 74 channel::SecurityManagerChannel* GetChannel() { in GetChannel() 79 channel::SecurityManagerChannel* security_manager_channel_ __attribute__((unused));
|
D | classic_pairing_handler.h | 38 ClassicPairingHandler(channel::SecurityManagerChannel* security_manager_channel, in ClassicPairingHandler()
|
D | classic_pairing_handler_unittest.cc | 37 using bluetooth::security::channel::SecurityManagerChannel; 49 class FakeSecurityManagerChannel : public channel::SecurityManagerChannel { 52 : channel::SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel() 197 channel::SecurityManagerChannel* channel_ = nullptr;
|
/system/bt/gd/security/ |
D | security_module.cc | 50 … security_manager_channel_(new channel::SecurityManagerChannel(security_handler_, hci_layer)), in impl() 64 channel::SecurityManagerChannel* security_manager_channel_;
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 57 channel::SecurityManagerChannel* security_manager_channel, 223 channel::SecurityManagerChannel* security_manager_channel_;
|
D | security_manager_impl.cc | 583 channel::SecurityManagerChannel* security_manager_channel, in SecurityManagerImpl()
|