Skip to content

Commit 1bfc6ed

Browse files
committed
Merge branch 'bugfix/fix_ble_report_len' into 'master'
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan Closes BCI-493 See merge request espressif/esp-idf!37132
2 parents 1633c1a + 7f2cedc commit 1bfc6ed

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
@@ -4000,7 +4000,6 @@ static void btm_ble_stop_discover(void)
40004000

40014001
if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) {
40024002
/* Clear the inquiry callback if set */
4003-
btm_cb.ble_ctr_cb.inq_var.scan_type = BTM_BLE_SCAN_MODE_NONE;
40044003
btm_cb.ble_ctr_cb.inq_var.state &= ~BTM_BLE_SCANNING;
40054004
/* stop discovery now */
40064005
if(btsnd_hcic_ble_set_scan_enable (BTM_BLE_SCAN_DISABLE, BTM_BLE_DUPLICATE_ENABLE)) {

0 commit comments

Comments
 (0)