bug #276
open
--- a/android/system/bt/stack/btm/btm_ble_gap.cc
+++ b/android/system/bt/stack/btm/btm_ble_gap.cc
@@ -1938,13 +1938,13 @@ static void btm_ble_process_adv_pkt_cont(
return;
}
- bool is_active_scan =
- btm_cb.ble_ctr_cb.inq_var.scan_type == BTM_BLE_SCAN_MODE_ACTI;
- if (is_active_scan && is_scannable && !is_scan_resp) {
- // If we didn't receive scan response yet, don't report the device.
- DVLOG(1) << " Waiting for scan response " << bda;
- return;
- }
+// bool is_active_scan =
+// btm_cb.ble_ctr_cb.inq_var.scan_type == BTM_BLE_SCAN_MODE_ACTI;
+// if (is_active_scan && is_scannable && !is_scan_resp) {
+// // If we didn't receive scan response yet, don't report the device.
+// DVLOG(1) << " Waiting for scan response " << bda;
+// return;
+// }
- Project changed from KICKPI-H618 to KICKPI-A133
- Subject changed from A133 蓝牙扫描设备少或慢问题对策通知 to [共性对策] A133 蓝牙扫描设备少或慢问题
- Status changed from under verification to solved
- Priority changed from medium priority to high priority
- Subject changed from [共性对策] A133 蓝牙扫描设备少或慢问题 to 【共性对策】A133 蓝牙扫描设备少或慢问题
- Project changed from KICKPI-A133 to K5C-Android10-中性缺陷
Also available in: Atom
PDF