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()
227 pkt[0] = kH4Acl; in make_sample_h4_acl_pkt()
381 check_packet_equal({kH4Acl, acl_packet}, read_buf); in TEST_F()
408 check_packet_equal({kH4Acl, acl_packet}, read_buf); in TEST_F()
422 check_packet_equal({kH4Acl, acl_packet}, read_buf); in TEST_F()
Dhci_hal_host_rootcanal.cc42 constexpr uint8_t kH4Acl = 0x02; variable
142 packet.insert(packet.cbegin(), kH4Acl); in sendAclData()
302 if (buf[0] == kH4Acl) { in incoming_packet_received()
Dhci_hal_host.cc50 constexpr uint8_t kH4Acl = 0x02; variable
279 packet.insert(packet.cbegin(), kH4Acl); in sendAclData()
453 if (buf[0] == kH4Acl) { in incoming_packet_received()