Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/hci/src/
Dpacket_fragmenter.cc157 uint8_t boundary_flag = GET_BOUNDARY_FLAG(handle); in reassemble_and_dispatch() local
163 switch (boundary_flag) { in reassemble_and_dispatch()
215 if (((boundary_flag == HCI_ISO_BF_COMPLETE_PACKET) && (iso_full_len != packet->len)) || in reassemble_and_dispatch()
216 ((boundary_flag == HCI_ISO_BF_FIRST_FRAGMENTED_PACKET) && in reassemble_and_dispatch()
241 if (boundary_flag == HCI_ISO_BF_FIRST_FRAGMENTED_PACKET) { in reassemble_and_dispatch()
277 if (boundary_flag == HCI_ISO_BF_CONTINUATION_FRAGMENT_PACKET) { in reassemble_and_dispatch()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc705 uint8_t boundary_flag = GetBoundaryFlag(handle); in CalculateAclPacketLength() local
708 if (boundary_flag == START_PACKET_BOUNDARY) { in CalculateAclPacketLength()