From 536df958ad57acc7f360e9b246bd22f500dc5248 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 28 Aug 2018 18:21:44 +0800 Subject: [PATCH] bt/btm: fix misplaced debug statement --- components/bt/bluedroid/stack/btm/btm_ble_adv_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/stack/btm/btm_ble_adv_filter.c b/components/bt/bluedroid/stack/btm/btm_ble_adv_filter.c index ae55635b5d..ed56459e4a 100644 --- a/components/bt/bluedroid/stack/btm/btm_ble_adv_filter.c +++ b/components/bt/bluedroid/stack/btm/btm_ble_adv_filter.c @@ -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);