mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-17 10:12:13 +00:00
component/bt:separate the smp_br_connect_callback from the BLE only mode
This commit is contained in:
@@ -2654,7 +2654,7 @@ void l2cu_no_dynamic_ccbs (tL2C_LCB *p_lcb)
|
||||
*******************************************************************************/
|
||||
void l2cu_process_fixed_chnl_resp (tL2C_LCB *p_lcb)
|
||||
{
|
||||
L2CAP_TRACE_ERROR("%s",__func__);
|
||||
L2CAP_TRACE_DEBUG("%s",__func__);
|
||||
#if (BLE_INCLUDED == TRUE)
|
||||
if (p_lcb->transport == BT_TRANSPORT_BR_EDR) {
|
||||
/* ignore all not assigned BR/EDR channels */
|
||||
|
||||
Reference in New Issue
Block a user