Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dpy_hal.py47 def send_acl(self, acl): member in PyHal
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h92 …oid RegisterAclChannel(const std::function<void(std::shared_ptr<std::vector<uint8_t>>)>& send_acl);
Dlink_layer_controller.h105 void(std::shared_ptr<bluetooth::hci::AclPacketBuilder>)>& send_acl);
/system/bt/gd/hal/
Dhci_hal_host_rootcanal_test.cc338 TEST_F(HciHalRootcanalTest, send_acl) { in TEST_F() argument
/system/bt/gd/hci/cert/
Ddirect_hci_test.py62 self.cert_hal.send_acl(concatenated)
/system/bt/gd/l2cap/classic/cert/
Dcert_l2cap.py252 def send_acl(self, packet): member in CertL2cap
Dl2cap_test.py143 self.cert_l2cap.send_acl(i_frame)