Home
last modified time | relevance | path

Searched refs:Acl (Results 1 – 10 of 10) sorted by relevance

/system/bt/main/shim/
Dacl.cc674 struct shim::legacy::Acl::impl {
1035 void shim::legacy::Acl::Dump(int fd) const { in Dump()
1043 shim::legacy::Acl::Acl(os::Handler* handler, in Acl() function in shim::legacy::Acl
1049 pimpl_ = std::make_unique<Acl::impl>(max_acceptlist_size); in Acl()
1053 handler->BindOn(this, &Acl::on_incoming_acl_credits)); in Acl()
1064 shim::legacy::Acl::~Acl() { in ~Acl()
1073 bool shim::legacy::Acl::CheckForOrphanedAclConnections() const { in CheckForOrphanedAclConnections()
1106 void shim::legacy::Acl::on_incoming_acl_credits(uint16_t handle, in on_incoming_acl_credits()
1111 void shim::legacy::Acl::write_data_sync( in write_data_sync()
1122 void shim::legacy::Acl::WriteData(HciHandle handle, in WriteData()
[all …]
Dacl.h38 class Acl : public hci::acl_manager::ConnectionCallbacks,
43 Acl(os::Handler* handler, const acl_interface_t& acl_interface,
45 ~Acl();
116 DISALLOW_COPY_AND_ASSIGN(Acl);
Dstack.h56 legacy::Acl* GetAcl();
75 legacy::Acl* acl_ = nullptr;
Dstack.cc149 acl_ = new legacy::Acl( in StartEverything()
243 legacy::Acl* Stack::GetAcl() { in GetAcl()
/system/bt/gd/hci/
Dacl_manager.h42 class Acl; variable
54 friend class bluetooth::shim::legacy::Acl;
Dhci_packets.pdl79 packet Acl {
/system/bt/gd/rust/hal/src/
Drootcanal_hal.rs23 Acl = 0x02, enumerator
101 } else if buffer[0] == HciPacketType::Acl as u8 { in dispatch_incoming()
144 …Some(acl) = acl_rx.recv() => write_with_type(&mut writer, HciPacketType::Acl, acl.to_bytes()).awai… in dispatch_outgoing()
Dsnoop.rs164 logger.log(Type::Acl, Direction::Down, acl.to_bytes()).await; in provide_snooped_hal()
171 logger.log(Type::Acl, Direction::Up, acl.to_bytes()).await; in provide_snooped_hal()
206 Acl, enumerator
/system/bt/main/test/
Dmain_shim_test.cc297 std::unique_ptr<shim::legacy::Acl> MakeAcl() { in MakeAcl()
308 return std::make_unique<shim::legacy::Acl>(handler_, GetMockAclInterface(), in MakeAcl()
/system/bt/vendor_libs/test_vendor_lib/packets/
Dlink_layer_packets.pdl62 packet Acl : LinkLayerPacket (type = ACL) {