Home
last modified time | relevance | path

Searched defs:hci_packet (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dvendor_interface.cc368 void VendorInterface::HandleIncomingEvent(const hidl_vec<uint8_t>& hci_packet) { in HandleIncomingEvent()
/aosp12/system/bt/hci/src/
H A Dhci_layer.cc557 uint8_t* hci_packet = reinterpret_cast<uint8_t*>(bt_hdr + 1); in command_timed_out() local