Home | History | Annotate | Download | only in a2dp

Lines Matching refs:frag

176 // If |frag| is true, the media payload frame is fragmented.
179 // If |frag| is false, |num| is the number of number of frames in the packet,
181 static void A2DP_BuildMediaPayloadHeaderLdac(uint8_t* p_dst, bool frag,
187 if (frag) *p_dst |= A2DP_LDAC_HDR_F_MSK;