Home | History | Annotate | Download | only in a2dp

Lines Matching refs:losc

88 // LOSC octet. |media_type| is the media type |AVDT_MEDIA_TYPE_*|.
114 // LOSC octet. The result is stored in |p_ie|. The byte sequence to parse is
122 uint8_t losc;
129 losc = *p_codec_info++;
130 if (losc != A2DP_APTX_CODEC_LEN) return A2DP_WRONG_CODEC;