mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
component/bt : Config for choose printf
1. add print or ets_print 2. as print format error, add -Wno-error=format
This commit is contained in:
@@ -1441,7 +1441,7 @@ BOOLEAN L2CA_ConnectFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda)
|
||||
// racing with disconnecting, queue the connection request
|
||||
if (p_lcb->link_state == LST_DISCONNECTING)
|
||||
{
|
||||
L2CAP_TRACE_DEBUG ("$s() - link disconnecting: RETRY LATER", __func__);
|
||||
L2CAP_TRACE_DEBUG ("%s() - link disconnecting: RETRY LATER", __func__);
|
||||
/* Save ccb so it can be started after disconnect is finished */
|
||||
p_lcb->p_pending_ccb = p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL];
|
||||
return TRUE;
|
||||
|
Reference in New Issue
Block a user