Home
last modified time | relevance | path

Searched refs:kH4Acl (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc51 constexpr uint8_t kH4Acl = 0x02; variable
67 incoming_packets_queue_.emplace(kH4Acl, packet); in aclDataReceived()
218 pkt[0] = kH4Acl; in make_sample_h4_acl_pkt()
372 check_packet_equal({kH4Acl, acl_packet}, read_buf); in TEST_F()
399 check_packet_equal({kH4Acl, acl_packet}, read_buf); in TEST_F()
413 check_packet_equal({kH4Acl, acl_packet}, read_buf); in TEST_F()
Dhci_hal_host_rootcanal.cc42 constexpr uint8_t kH4Acl = 0x02; variable
139 packet.insert(packet.cbegin(), kH4Acl); in sendAclData()
299 if (buf[0] == kH4Acl) { in incoming_packet_received()
Dhci_hal_host.cc46 constexpr uint8_t kH4Acl = 0x02; variable
264 packet.insert(packet.cbegin(), kH4Acl); in sendAclData()
435 if (buf[0] == kH4Acl) { in incoming_packet_received()