Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dpacket_fragmenter.cc196 uint8_t boundary_flag = GET_BOUNDARY_FLAG(handle); in reassemble_and_dispatch_iso() local
202 switch (boundary_flag) { in reassemble_and_dispatch_iso()
257 if (((boundary_flag == HCI_ISO_BF_COMPLETE_PACKET) && in reassemble_and_dispatch_iso()
259 ((boundary_flag == HCI_ISO_BF_FIRST_FRAGMENTED_PACKET) && in reassemble_and_dispatch_iso()
284 if (boundary_flag == HCI_ISO_BF_FIRST_FRAGMENTED_PACKET) { in reassemble_and_dispatch_iso()
323 if (boundary_flag == HCI_ISO_BF_CONTINUATION_FRAGMENT_PACKET) { in reassemble_and_dispatch_iso()
372 uint8_t boundary_flag = GET_BOUNDARY_FLAG(handle); in reassemble_and_dispatch() local
383 if (boundary_flag == START_PACKET_BOUNDARY) { in reassemble_and_dispatch()