Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_a2dp_source.h42 UINT8 MaxBitPool; /* Maximum peer bitpool */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c733 msg.MaxBitPool = pref_max; in btc_a2dp_source_encoder_update()
741 msg.MaxBitPool = sbc_config.max_bitpool; in btc_a2dp_source_encoder_update()
818 pUpdateAudio->MinMtuSize, pUpdateAudio->MaxBitPool, pUpdateAudio->MinBitPool); in btc_a2dp_source_enc_update()
899 if (s16BitPool > pUpdateAudio->MaxBitPool) { in btc_a2dp_source_enc_update()