XFusion API v1.3.0
|
BLE GAP 扫描参数 更多...
#include <xf_ble_gap_types.h>
成员变量 | |
xf_ble_gap_phy_type_t | scan_phy |
xf_ble_gap_scan_filter_t | scan_filter_policy |
xf_ble_gap_scan_type_t | scan_type |
uint16_t | scan_interval |
uint16_t | scan_window |
BLE GAP 扫描参数
在文件 xf_ble_gap_types.h 第 384 行定义.
xf_ble_gap_phy_type_t scan_phy |
PHY类型,见 xf_ble_gap_phy_type_t
在文件 xf_ble_gap_types.h 第 385 行定义.
xf_ble_gap_scan_filter_t scan_filter_policy |
扫描过滤策略,见 xf_ble_gap_scan_filter_t
在文件 xf_ble_gap_types.h 第 386 行定义.
xf_ble_gap_scan_type_t scan_type |
在文件 xf_ble_gap_types.h 第 387 行定义.
uint16_t scan_interval |
扫描间隔,[N * 0.625 ms], 范围 (看具体标准):[0x0004, 0x4000],[2.5 ms, 10.24 s]
在文件 xf_ble_gap_types.h 第 388 行定义.
uint16_t scan_window |
扫描窗长,[N * 0.625 ms], 范围 (看具体标准):[0x0004, 0x4000],[2.5 ms, 10.24 s]
在文件 xf_ble_gap_types.h 第 390 行定义.