Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_a2dp_source.h41 UINT16 MinMtuSize; /* Minimum peer mtu size */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c744 msg.MinMtuSize = minmtu; in btc_a2dp_source_encoder_update()
818 pUpdateAudio->MinMtuSize, pUpdateAudio->MaxBitPool, pUpdateAudio->MinBitPool); in btc_a2dp_source_enc_update()
825 … < pUpdateAudio->MinMtuSize) ? (BTC_MEDIA_AA_BUF_SIZE - BTC_MEDIA_AA_SBC_OFFSET in btc_a2dp_source_enc_update()
826 - sizeof(BT_HDR)) : pUpdateAudio->MinMtuSize; in btc_a2dp_source_enc_update()