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 233dc30fb1
commit a269df84e9
13 changed files with 212 additions and 116 deletions

View File

@@ -69,6 +69,8 @@ static void rfc_mx_conf_cnf (tRFC_MCB *p_mcb, tL2CAP_CFG_INFO *p_cfg);
*******************************************************************************/
void rfc_mx_sm_execute (tRFC_MCB *p_mcb, UINT16 event, void *p_data)
{
RFCOMM_TRACE_DEBUG("%s st:%d, evt:%d\n", __func__, p_mcb->state, event);
switch (p_mcb->state) {
case RFC_MX_STATE_IDLE:
rfc_mx_sm_state_idle (p_mcb, event, p_data);