fix(bt/bqb): Modify BQB related configurations

This commit is contained in:
wanglai@espressif.com
2023-07-25 14:17:28 +08:00
parent d1443a91fa
commit c9d77f7028
4 changed files with 19 additions and 14 deletions

View File

@@ -500,15 +500,15 @@ void rfc_send_rpn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command,
rfc_send_buf_uih (p_mcb, RFCOMM_MX_DLCI, p_buf);
}
#if BT_BQB_INCLUDED
#if BT_RFCOMM_BQB_INCLUDED
/*******************************************************************************
**
** Function bqb_rfc_send_msc_cmd
** Function rfc_bqb_send_msc_cmd
**
** Description This function sends msc command for BQB test.
**
*******************************************************************************/
void bqb_rfc_send_msc_cmd(BD_ADDR cert_pts_addr)
void rfc_bqb_send_msc_cmd(BD_ADDR cert_pts_addr)
{
UINT8 i;
UINT8 dlci;
@@ -543,7 +543,7 @@ void bqb_rfc_send_msc_cmd(BD_ADDR cert_pts_addr)
}
osi_free(p_pars);
}
#endif /* BT_BQB_INCLUDED */
#endif /* BT_RFCOMM_BQB_INCLUDED */
/*******************************************************************************
**