Searched defs:continuation_handle (Results 1 - 1 of 1) sorted by relevance

/system/bt/hci/src/
H A Dpacket_fragmenter.c86 uint16_t continuation_handle; local
87 STREAM_TO_UINT16(continuation_handle, stream);
88 continuation_handle = APPLY_CONTINUATION_FLAG(continuation_handle);
105 UINT16_TO_STREAM(stream, continuation_handle);

Completed in 400 milliseconds