Searched refs:acl_connection_interface_ (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 28 : acl_connection_interface_(acl_connection_interface) {} in AclConnectionTracker() 280 AclConnectionInterface* acl_connection_interface_; member in bluetooth::hci::acl_manager::AclConnectionTracker 301 : AclConnection(), acl_connection_interface_(nullptr), address_(Address::kEmpty) {} in ClassicAclConnection() 306 …: AclConnection(queue->GetUpEnd(), handle), acl_connection_interface_(acl_connection_interface), a… in ClassicAclConnection() 323 acl_connection_interface_->EnqueueCommand( in Disconnect() 330 acl_connection_interface_->EnqueueCommand( in ChangeConnectionPacketType() 337 acl_connection_interface_->EnqueueCommand( in AuthenticationRequested() 344 acl_connection_interface_->EnqueueCommand( in SetConnectionEncryption() 351 acl_connection_interface_->EnqueueCommand( in ChangeConnectionLinkKey() 358 acl_connection_interface_->EnqueueCommand( in ReadClockOffset() [all …]
|
D | classic_impl.h | 49 acl_connection_interface_ = in classic_impl() 129 acl_connection_interface_->EnqueueCommand(hci::DisconnectBuilder::Create(handle, reason), in handle_disconnect() 181 …acl_connection_interface_->EnqueueCommand(std::move(packet), handler_->BindOnce([](CommandStatusVi… in create_connection() 217 new ClassicAclConnection(std::move(queue), acl_connection_interface_, handle, address)); in on_connection_complete() 228 … acl_connection_interface_->EnqueueCommand(std::move(create_connection_packet_and_address.second), in on_connection_complete() 294 acl_connection_interface_->EnqueueCommand( in cancel_connect() 300 acl_connection_interface_->EnqueueCommand(std::move(packet), in master_link_key() 306 acl_connection_interface_->EnqueueCommand(std::move(packet), in switch_role() 313 acl_connection_interface_->EnqueueCommand( in write_default_link_policy_settings() 319 acl_connection_interface_->EnqueueCommand( in accept_connection() [all …]
|
D | classic_acl_connection.h | 78 AclConnectionInterface* acl_connection_interface_;
|
/system/bt/gd/hci/fuzz/ |
D | hci_layer_fuzz_client.cc | 37 …acl_connection_interface_ = hci_->GetAclConnectionInterface(GetHandler()->Bind([](EventPacketView)… in Start() 103 …nectionManagementCommandView, ConnectionManagementCommandBuilder>(data, acl_connection_interface_); in injectAclConnectionCommand()
|
D | hci_layer_fuzz_client.h | 85 AclConnectionInterface* acl_connection_interface_; variable
|
D | fuzz_hci_layer.cc | 41 return &acl_connection_interface_; in GetAclConnectionInterface()
|
D | fuzz_hci_layer.h | 156 FuzzCommandInterface<ConnectionManagementCommandBuilder> acl_connection_interface_{};
|