Searched refs:send_acl (Results 1 – 6 of 6) sorted by relevance
147 def send_acl(self, handle, pb_flag, b_flag, data: bytes): member in PyHal152 self.send_acl(handle, hci.PacketBoundaryFlag.FIRST_NON_AUTOMATICALLY_FLUSHABLE,
102 send_acl);
170 send_acl);
277 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()
5252 send_acl) { in RegisterAclChannel()5253 send_acl_ = send_acl; in RegisterAclChannel()
363 TEST_F(HciHalRootcanalTest, send_acl) { in TEST_F() argument