mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
bt/btm: fix misplaced debug statement
This commit is contained in:
@@ -331,8 +331,8 @@ void btm_ble_scan_pf_cmpl_cback(tBTM_VSC_CMPL *p_params)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (cb_evt) {
|
|
||||||
BTM_TRACE_DEBUG("btm_ble_scan_pf_cmpl_cback: calling the cback: %d", cb_evt);
|
BTM_TRACE_DEBUG("btm_ble_scan_pf_cmpl_cback: calling the cback: %d", cb_evt);
|
||||||
|
switch (cb_evt) {
|
||||||
case BTM_BLE_FILT_CFG:
|
case BTM_BLE_FILT_CFG:
|
||||||
if (NULL != p_scan_cfg_cback) {
|
if (NULL != p_scan_cfg_cback) {
|
||||||
p_scan_cfg_cback(action, cond_type, num_avail, status, ref_value);
|
p_scan_cfg_cback(action, cond_type, num_avail, status, ref_value);
|
||||||
|
Reference in New Issue
Block a user