Home
last modified time | relevance | path

Searched refs:kH4Event (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/hal/
Dhci_hal_host_rootcanal_test.cc52 constexpr uint8_t kH4Event = 0x04; variable
61 incoming_packets_queue_.emplace(kH4Event, packet); in hciEventReceived()
204 pkt[0] = kH4Event; in make_sample_h4_evt_pkt()
Dhci_hal_host_rootcanal.cc41 constexpr uint8_t kH4Event = 0x04; variable
242 if (buf[0] == kH4Event) { in incoming_packet_received()