Home
last modified time | relevance | path

Searched refs:acl_connection_interface_ (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.cc28 : 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 …]
Dclassic_impl.h49 acl_connection_interface_ = in classic_impl()
129 acl_connection_interface_->EnqueueCommand(hci::DisconnectBuilder::Create(handle, reason), in handle_disconnect()
181acl_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()
228acl_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 …]
Dclassic_acl_connection.h78 AclConnectionInterface* acl_connection_interface_;
/system/bt/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc37acl_connection_interface_ = hci_->GetAclConnectionInterface(GetHandler()->Bind([](EventPacketView)… in Start()
103 …nectionManagementCommandView, ConnectionManagementCommandBuilder>(data, acl_connection_interface_); in injectAclConnectionCommand()
Dhci_layer_fuzz_client.h85 AclConnectionInterface* acl_connection_interface_; variable
Dfuzz_hci_layer.cc41 return &acl_connection_interface_; in GetAclConnectionInterface()
Dfuzz_hci_layer.h156 FuzzCommandInterface<ConnectionManagementCommandBuilder> acl_connection_interface_{};