Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc48 void shim::legacy::Acl::Dump(int /* fd */) const { in Dump()
52 shim::legacy::Acl::Acl(os::Handler* /* handler */, in Acl() function in shim::legacy::Acl
59 shim::legacy::Acl::~Acl() { inc_func_call_count(__func__); } in ~Acl()
61 bool shim::legacy::Acl::CheckForOrphanedAclConnections() const { in CheckForOrphanedAclConnections()
66 void shim::legacy::Acl::on_incoming_acl_credits(uint16_t /* handle */, in on_incoming_acl_credits()
73 struct shim::legacy::Acl::impl {};
75 void shim::legacy::Acl::CreateClassicConnection( in CreateClassicConnection()
80 void shim::legacy::Acl::CancelClassicConnection( in CancelClassicConnection()
85 void shim::legacy::Acl::AcceptLeConnectionFrom( in AcceptLeConnectionFrom()
91 void shim::legacy::Acl::IgnoreLeConnectionFrom( in IgnoreLeConnectionFrom()
[all …]
Dmock_main_shim_stack.cc24 legacy::Acl* acl_{nullptr};
45 legacy::Acl* Stack::GetAcl() { return testing::acl_; } in GetAcl()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc898 struct shim::legacy::Acl::impl {
1411 void shim::legacy::Acl::Dump(int fd) const { in Dump()
1419 shim::legacy::Acl::Acl(os::Handler* handler, in Acl() function in shim::legacy::Acl
1426 pimpl_ = std::make_unique<Acl::impl>(max_acceptlist_size, in Acl()
1431 handler->BindOn(this, &Acl::on_incoming_acl_credits)); in Acl()
1436 shim::legacy::Acl::~Acl() { in ~Acl()
1445 bool shim::legacy::Acl::CheckForOrphanedAclConnections() const { in CheckForOrphanedAclConnections()
1476 void shim::legacy::Acl::on_incoming_acl_credits(uint16_t handle, in on_incoming_acl_credits()
1481 void shim::legacy::Acl::write_data_sync( in write_data_sync()
1492 void shim::legacy::Acl::WriteData(HciHandle handle, in WriteData()
[all …]
Dacl.h37 class Acl : public hci::acl_manager::ConnectionCallbacks,
41 Acl(os::Handler* handler, const acl_interface_t& acl_interface,
44 Acl(const Acl&) = delete;
45 Acl& operator=(const Acl&) = delete;
47 ~Acl();
Dstack.h34 class Acl; variable
58 legacy::Acl* GetAcl();
Dstack.cc64 legacy::Acl* acl_ = nullptr;
110 pimpl_->acl_ = new legacy::Acl(stack_handler_, legacy::GetAclInterface(), in StartEverything()
195 legacy::Acl* Stack::GetAcl() { in GetAcl()
/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs9 use hcidoc_packets::hci::{Acl, AclChild, Command, Event};
288 AclTx(Acl),
289 AclRx(Acl),
309 LinuxSnoopOpcodes::AclTxPacket => match Acl::parse(item.data.as_slice()) { in try_from()
314 LinuxSnoopOpcodes::AclRxPacket => match Acl::parse(item.data.as_slice()) { in try_from()
383 pub fn get_acl_content(acl: &Acl) -> AclContent { in get_acl_content()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h38 class Acl; variable
48 friend class bluetooth::shim::legacy::Acl;
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py43 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat…
70 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat…
Dpy_hal.py40 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat…
148 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
Dcert_self_test.py187 outside = hci.Acl(handle=handle,
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc394 std::unique_ptr<shim::legacy::Acl> MakeAcl() { in MakeAcl()
403 return std::make_unique<shim::legacy::Acl>(handler_, GetMockAclInterface(), in MakeAcl()
464 std::unique_ptr<shim::legacy::Acl> acl_;
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py39 Acl = 2 variable in Idc
114 elif idc == Idc.Acl:
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl69 packet Acl : LinkLayerPacket (type = ACL) {
Dhci_packets.pdl23 packet Acl {
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs11 Acl, AclCommandChild, Address, AuthenticatedPayloadTimeoutExpired, CommandChild,
515 fn process_acl_tx(&mut self, acl_tx: &Acl, packet: &Packet) { in process_acl_tx() argument
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py49 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
Dle_acl_manager_test.py72 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl84 packet Acl {