fix SPP server bugs when the BTC layer can not allocate a slot for the listen port

This commit is contained in:
liqigan
2021-11-15 16:34:15 +08:00
parent fe289ec670
commit aa6f86fbc5
13 changed files with 207 additions and 116 deletions

View File

@@ -201,7 +201,6 @@ void osi_free_fun(void *p){
*******************************************************************************/
void rfc_release_multiplexer_channel (tRFC_MCB *p_mcb)
{
rfc_timer_free (p_mcb);
fixed_queue_free(p_mcb->cmd_q, osi_free_fun);