Searched refs:SecurityManagerChannel (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/gd/security/channel/ |
H A D | security_manager_channel.cc | 30 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 D | security_manager_channel.h | 51 class SecurityManagerChannel : public l2cap::classic::LinkSecurityInterfaceListener { 53 SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer); 55 virtual ~SecurityManagerChannel();
|
H A 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;
|
/aosp12/system/bt/gd/security/pairing/ |
H A 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));
|
H A D | classic_pairing_handler.h | 39 channel::SecurityManagerChannel* security_manager_channel, in ClassicPairingHandler()
|
H A 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;
|
/aosp12/system/bt/gd/security/ |
H A D | security_module.cc | 53 … 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 D | security_manager_impl.h | 59 channel::SecurityManagerChannel* security_manager_channel, 251 channel::SecurityManagerChannel* security_manager_channel_;
|
H A D | security_manager_impl.cc | 666 channel::SecurityManagerChannel* security_manager_channel, in SecurityManagerImpl()
|