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() 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() 80 … handler_->BindOnceOn(this, &SecurityManagerChannel::OnCommandComplete)); in SendCommand() 83 void SecurityManagerChannel::SendCommand( in SendCommand() [all …]
|
D | security_manager_channel.h | 51 class SecurityManagerChannel : public l2cap::classic::LinkSecurityInterfaceListener { 53 SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer); 55 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() 256 SecurityManagerChannel* channel_ = nullptr;
|
/system/bt/gd/security/pairing/ |
D | pairing_handler.h | 44 channel::SecurityManagerChannel* security_manager_channel, in PairingHandler() 86 channel::SecurityManagerChannel* GetChannel() { in GetChannel() 94 channel::SecurityManagerChannel* security_manager_channel_ __attribute__((unused));
|
D | classic_pairing_handler.h | 39 channel::SecurityManagerChannel* security_manager_channel, in ClassicPairingHandler()
|
D | classic_pairing_handler_unittest.cc | 38 using bluetooth::security::channel::SecurityManagerChannel; 50 class FakeSecurityManagerChannel : public channel::SecurityManagerChannel { 53 : channel::SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel() 242 channel::SecurityManagerChannel* channel_ = nullptr;
|
/system/bt/gd/security/ |
D | security_module.cc | 53 … security_manager_channel_(new channel::SecurityManagerChannel(security_handler_, hci_layer)), in impl() 69 channel::SecurityManagerChannel* security_manager_channel_;
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 59 channel::SecurityManagerChannel* security_manager_channel, 251 channel::SecurityManagerChannel* security_manager_channel_;
|
D | security_manager_impl.cc | 666 channel::SecurityManagerChannel* security_manager_channel, in SecurityManagerImpl()
|