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.cc167 uint8_t packet_status_flags; in reassemble_and_dispatch() local
201 packet_status_flags = HCI_ISO_GET_PACKET_STATUS_FLAGS(iso_sdu_length); in reassemble_and_dispatch()
204 if (packet_status_flags) { in reassemble_and_dispatch()
205 log::error("packet status flags: 0x{:02x}", packet_status_flags); in reassemble_and_dispatch()