Actions
bug #276
open【共性对策】A133 蓝牙扫描设备少或慢问题
Status:
solved
Priority:
high priority
Assignee:
-
Start date:
11/21/2025
Due date:
% Done:
0%
Estimated time:
Description
A133 Android10 蓝牙扫描设备情况下:
- 扫描部分蓝牙设备时间长
- 扫描不到部分设备
- 接收到蓝牙设备的广播接受率低
主线分支/项目分支添加对策。
Updated by chengming huang 25 days ago
--- 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;
+// }
Updated by chengming huang 25 days ago
- Project changed from KICKPI-H618 to KICKPI-A133
Updated by chengming huang 25 days ago
- Subject changed from A133 蓝牙扫描设备少或慢问题对策通知 to [共性对策] A133 蓝牙扫描设备少或慢问题
- Status changed from under verification to solved
- Priority changed from medium priority to high priority
Updated by chengming huang 19 days ago
- Subject changed from [共性对策] A133 蓝牙扫描设备少或慢问题 to 【共性对策】A133 蓝牙扫描设备少或慢问题
Updated by chengming huang 6 days ago
- Project changed from KICKPI-A133 to K5C-Android10-中性缺陷
Actions