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.cc32 …: acl_connection_interface_(acl_connection_interface), address_(address), connection_handle_(conne… in AclConnectionTracker()
315 AclConnectionInterface* acl_connection_interface_; member in bluetooth::hci::acl_manager::AclConnectionTracker
342 : AclConnection(), acl_connection_interface_(nullptr), address_(Address::kEmpty) {} in ClassicAclConnection()
347 …: AclConnection(queue->GetUpEnd(), handle), acl_connection_interface_(acl_connection_interface), a… in ClassicAclConnection()
364 acl_connection_interface_->EnqueueCommand( in Disconnect()
371 acl_connection_interface_->EnqueueCommand( in ChangeConnectionPacketType()
378 acl_connection_interface_->EnqueueCommand( in AuthenticationRequested()
385 acl_connection_interface_->EnqueueCommand( in SetConnectionEncryption()
392 acl_connection_interface_->EnqueueCommand( in ChangeConnectionLinkKey()
399 acl_connection_interface_->EnqueueCommand( in ReadClockOffset()
[all …]
Dclassic_impl.h55 acl_connection_interface_ = hci_layer_->GetAclConnectionInterface( in classic_impl()
227acl_connection_interface_->EnqueueCommand(std::move(packet), handler_->BindOnce([](CommandStatusVi… in create_connection()
276 new ClassicAclConnection(std::move(queue), acl_connection_interface_, handle, address)); in on_connection_complete()
297acl_connection_interface_->EnqueueCommand(std::move(create_connection_packet_and_address.second), in on_connection_complete()
372 acl_connection_interface_->EnqueueCommand( in cancel_connect()
378 acl_connection_interface_->EnqueueCommand( in central_link_key()
384 acl_connection_interface_->EnqueueCommand(std::move(packet), in switch_role()
391 acl_connection_interface_->EnqueueCommand( in write_default_link_policy_settings()
397 acl_connection_interface_->EnqueueCommand( in accept_connection()
634 acl_connection_interface_->EnqueueCommand( in reject_connection()
[all …]
Dclassic_acl_connection.h78 AclConnectionInterface* acl_connection_interface_;
/system/bt/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc37 acl_connection_interface_ = hci_->GetAclConnectionInterface( in Start()
107 inject_command<AclCommandView, AclCommandBuilder>(data, acl_connection_interface_); in injectAclConnectionCommand()
Dhci_layer_fuzz_client.h85 AclConnectionInterface* acl_connection_interface_; variable
Dfuzz_hci_layer.cc43 return &acl_connection_interface_; in GetAclConnectionInterface()
Dfuzz_hci_layer.h168 FuzzCommandInterface<AclCommandBuilder> acl_connection_interface_{};