Searched refs:Acl (Results 1 – 10 of 10) sorted by relevance
/system/bt/main/shim/ |
D | acl.cc | 674 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 …]
|
D | acl.h | 38 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);
|
D | stack.h | 56 legacy::Acl* GetAcl(); 75 legacy::Acl* acl_ = nullptr;
|
D | stack.cc | 149 acl_ = new legacy::Acl( in StartEverything() 243 legacy::Acl* Stack::GetAcl() { in GetAcl()
|
/system/bt/gd/hci/ |
D | acl_manager.h | 42 class Acl; variable 54 friend class bluetooth::shim::legacy::Acl;
|
D | hci_packets.pdl | 79 packet Acl {
|
/system/bt/gd/rust/hal/src/ |
D | rootcanal_hal.rs | 23 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()
|
D | snoop.rs | 164 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/ |
D | main_shim_test.cc | 297 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/ |
D | link_layer_packets.pdl | 62 packet Acl : LinkLayerPacket (type = ACL) {
|