Search found 2 matches
- Fri Aug 29, 2025 12:23 am
- Forum: ESP-IDF 中文讨论版
- Topic: BLE 扫描反应慢[已解决]
- Replies: 12
- Views: 29586
Re: BLE 扫描反应慢
刚才也测试了, 参数如下
static esp_ble_scan_params_t ble_scan_params = {
.scan_type = BLE_SCAN_TYPE_ACTIVE,
.own_addr_type = BLE_ADDR_TYPE_PUBLIC,
.scan_filter_policy = BLE_SCAN_FILTER_ALLOW_ALL,
.scan_interval = 0x50,
.scan_window = 0x50,
.scan_duplicate = BLE_SCAN_DUPLICATE_DISABLE
};
从机一秒一次间隔 ...
- Wed Aug 27, 2025 11:49 pm
- Forum: Hardware
- Topic: how to scan BLE channel 37 only all the time, issue with package lost
- Replies: 0
- Views: 369
how to scan BLE channel 37 only all the time, issue with package lost
Hi,
I am trying to make a C code for IDF environment under sdk v5.4.2 for scanning BLE adverstiment package on BLE channel 37 only. And the scanning for BLE channel 37 should be running all the time.
But when I test the code I have made, there are a lot of package lost in the scanning. Please ...
I am trying to make a C code for IDF environment under sdk v5.4.2 for scanning BLE adverstiment package on BLE channel 37 only. And the scanning for BLE channel 37 should be running all the time.
But when I test the code I have made, there are a lot of package lost in the scanning. Please ...