Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_a2dp_source.h50 UINT8 MaxBitPool; /* Maximum peer bitpool */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c702 msg.MaxBitPool = pref_max; in btc_a2dp_source_encoder_update()
710 msg.MaxBitPool = sbc_config.max_bitpool; in btc_a2dp_source_encoder_update()
787 pUpdateAudio->MinMtuSize, pUpdateAudio->MaxBitPool, pUpdateAudio->MinBitPool); in btc_a2dp_source_enc_update()
868 if (s16BitPool > pUpdateAudio->MaxBitPool) { in btc_a2dp_source_enc_update()