Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_packing.c220 pstrEncParams->u16PacketLength = pu8PacketPtr - pstrEncParams->pu8NextPacket + 1; in EncPacking()
260 …pstrEncParams->pu8NextPacket += pstrEncParams->u16PacketLength; /* move the pointer to the end in … in EncPacking()
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/encoder/include/
Dsbc_encoder.h195 UINT16 u16PacketLength; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c1297 p_buf->len += a2dp_source_local_param.btc_aa_src_cb.encoder.u16PacketLength; in btc_media_aa_prep_sbc_2_send()
1318 …} while (((p_buf->len + a2dp_source_local_param.btc_aa_src_cb.encoder.u16PacketLength) < a2dp_sour… in btc_media_aa_prep_sbc_2_send()