mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bt/btm: fix misplaced debug statement
This commit is contained in:
parent
6af721e8e4
commit
536df958ad
@ -331,8 +331,8 @@ void btm_ble_scan_pf_cmpl_cback(tBTM_VSC_CMPL *p_params)
|
||||
break;
|
||||
}
|
||||
|
||||
BTM_TRACE_DEBUG("btm_ble_scan_pf_cmpl_cback: calling the cback: %d", cb_evt);
|
||||
switch (cb_evt) {
|
||||
BTM_TRACE_DEBUG("btm_ble_scan_pf_cmpl_cback: calling the cback: %d", cb_evt);
|
||||
case BTM_BLE_FILT_CFG:
|
||||
if (NULL != p_scan_cfg_cback) {
|
||||
p_scan_cfg_cback(action, cond_type, num_avail, status, ref_value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user