Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/hci/src/
Dpacket_fragmenter.cc175 uint8_t packet_status_flags; in reassemble_and_dispatch() local
210 packet_status_flags = HCI_ISO_GET_PACKET_STATUS_FLAGS(iso_sdu_length); in reassemble_and_dispatch()
213 if (packet_status_flags) in reassemble_and_dispatch()
214 log::error("packet status flags: 0x{:02x}", packet_status_flags); in reassemble_and_dispatch()