mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
fix SPP server bugs when the BTC layer can not allocate a slot for the listen port
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user