bug #276
open
Added by chengming huang 25 days ago.
Updated 6 days ago.
Description
A133 Android10 蓝牙扫描设备情况下:
- 扫描部分蓝牙设备时间长
- 扫描不到部分设备
- 接收到蓝牙设备的广播接受率低
主线分支/项目分支添加对策。
--- 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