Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hal.py147 def send_acl(self, handle, pb_flag, b_flag, data: bytes): member in PyHal
152 self.send_acl(handle, hci.PacketBoundaryFlag.FIRST_NON_AUTOMATICALLY_FLUSHABLE,
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h102 send_acl);
Dlink_layer_controller.h170 send_acl);
Ddual_mode_controller.cc277 send_acl) { in RegisterAclChannel()
278 send_acl_ = [send_acl](std::shared_ptr<bluetooth::hci::AclBuilder> acl_data) { in RegisterAclChannel()
281 send_acl(bytes); in RegisterAclChannel()
Dlink_layer_controller.cc5252 send_acl) { in RegisterAclChannel()
5253 send_acl_ = send_acl; in RegisterAclChannel()
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc363 TEST_F(HciHalRootcanalTest, send_acl) { in TEST_F() argument