Skip to content

Commit 7f2cedc

Browse files
committed
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan
1 parent 7f1e4eb commit 7f2cedc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/bt/host/bluedroid/stack/btm/btm_ble_gap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4003,7 +4003,6 @@ static void btm_ble_stop_discover(void)
40034003

40044004
if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) {
40054005
/* Clear the inquiry callback if set */
4006-
btm_cb.ble_ctr_cb.inq_var.scan_type = BTM_BLE_SCAN_MODE_NONE;
40074006
btm_cb.ble_ctr_cb.inq_var.state &= ~BTM_BLE_SCANNING;
40084007
/* stop discovery now */
40094008
if(btsnd_hcic_ble_set_scan_enable (BTM_BLE_SCAN_DISABLE, BTM_BLE_DUPLICATE_ENABLE)) {

0 commit comments

Comments
 (0)