bt: Added esp_spp_enhance_init() API to indicate whether to enable L2CAP ERTM

This commit is contained in:
xiongweichao
2022-11-21 19:15:37 +08:00
parent 766dc3eead
commit ecf2eea1d6
19 changed files with 208 additions and 50 deletions

View File

@@ -188,7 +188,8 @@ tRFC_MCB *rfc_alloc_multiplexer_channel (BD_ADDR bd_addr, BOOLEAN is_initiator)
return (NULL);
}
void osi_free_fun(void *p){
void osi_free_fun(void *p)
{
osi_free(p);
}
/*******************************************************************************