From the log from BT Stack I can see there is this error from time to time printed out:
BT: ERROR btc_media_aa_prep_sbc_2_send no buffer TxCnt 3
I digged into BT stack and found out the code is like this:
Code: Select all
while (nb_frame) {
if (NULL == (p_buf = osi_malloc(BTC_MEDIA_AA_BUF_SIZE))) {
APPL_TRACE_ERROR ("ERROR btc_media_aa_prep_sbc_2_send no buffer TxCnt %d ",
fixed_queue_length(btc_aa_src_cb.TxAaQ));
return;
}
Any hints? Thanks a lot!
adherent