Searched refs:acl_connection_interface_ (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 35 …: acl_connection_interface_(acl_connection_interface), address_(address), connection_handle_(conne… in AclConnectionTracker() 322 AclConnectionInterface* acl_connection_interface_; member in bluetooth::hci::acl_manager::AclConnectionTracker 354 : AclConnection(), acl_connection_interface_(nullptr), address_(Address::kEmpty) {} in ClassicAclConnection() 359 …: AclConnection(queue->GetUpEnd(), handle), acl_connection_interface_(acl_connection_interface), a… in ClassicAclConnection() 378 acl_connection_interface_->EnqueueCommand( in Disconnect() 385 acl_connection_interface_->EnqueueCommand( in ChangeConnectionPacketType() 393 acl_connection_interface_->EnqueueCommand( in AuthenticationRequested() 400 acl_connection_interface_->EnqueueCommand( in SetConnectionEncryption() 407 acl_connection_interface_->EnqueueCommand( in ChangeConnectionLinkKey() 414 acl_connection_interface_->EnqueueCommand( in ReadClockOffset() [all …]
|
D | classic_acl_connection_test.cc | 274 TestAclConnectionInterface acl_connection_interface_; member in bluetooth::hci::acl_manager::ClassicAclConnectionTest 292 …std::make_unique<ClassicAclConnection>(queue_, &acl_connection_interface_, kConnectionHandle, addr… in SetUp() 319 ASSERT_FALSE(acl_connection_interface_.IsPacketQueueEmpty()); in TEST_F() 320 auto command = CreateCommand<DisconnectView>(acl_connection_interface_.DequeueCommandBytes()); in TEST_F() 325 ASSERT_TRUE(acl_connection_interface_.IsPacketQueueEmpty()); in TEST_F()
|
D | classic_impl.h | 72 acl_connection_interface_ = hci_layer_->GetAclConnectionInterface( in classic_impl() 300 acl_connection_interface_->EnqueueCommand( in actually_create_connection() 353 new ClassicAclConnection(std::move(queue), acl_connection_interface_, handle, address)); in create_and_announce_connection() 426 acl_connection_interface_->EnqueueCommand( in actually_cancel_connect() 698 acl_connection_interface_->EnqueueCommand( in central_link_key() 704 acl_connection_interface_->EnqueueCommand( in switch_role() 711 acl_connection_interface_->EnqueueCommand( in write_default_link_policy_settings() 718 acl_connection_interface_->EnqueueCommand( in accept_connection() 724 acl_connection_interface_->EnqueueCommand( in reject_connection() 753 AclConnectionInterface* acl_connection_interface_ = nullptr; member
|
D | classic_acl_connection.h | 83 AclConnectionInterface* acl_connection_interface_;
|
/packages/modules/Bluetooth/system/gd/hci/fuzz/ |
D | hci_layer_fuzz_client.cc | 39 acl_connection_interface_ = hci_->GetAclConnectionInterface( in Start() 112 inject_command<AclCommandView, AclCommandBuilder>(data, acl_connection_interface_); in injectAclConnectionCommand()
|
D | hci_layer_fuzz_client.h | 89 AclConnectionInterface* acl_connection_interface_; variable
|
D | fuzz_hci_layer.cc | 51 return &acl_connection_interface_; in GetAclConnectionInterface()
|
D | fuzz_hci_layer.h | 185 FuzzCommandInterface<AclCommandBuilder> acl_connection_interface_{};
|