WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
gap_ble_scan_params_t结构体 参考

BLE扫描参数。 更多...

#include <bts_le_gap.h>

成员变量

uint16_t scan_interval
 
uint16_t scan_window
 
uint8_t scan_type
 
uint8_t scan_phy
 
uint8_t scan_filter_policy
 

详细描述

BLE扫描参数。

结构体成员变量说明

◆ scan_filter_policy

uint8_t gap_ble_scan_params_t::scan_filter_policy

扫描过滤策略 { gap_ble_scan_filter_policy_t }

◆ scan_interval

uint16_t gap_ble_scan_params_t::scan_interval

扫描间隔,[N * 0.625 ms]

◆ scan_phy

uint8_t gap_ble_scan_params_t::scan_phy

PHY类型 { gap_ble_phy_type_t }

◆ scan_type

uint8_t gap_ble_scan_params_t::scan_type

扫描类型 { gap_ble_scan_type_t }

◆ scan_window

uint16_t gap_ble_scan_params_t::scan_window

扫描窗长,[N * 0.625 ms]


该结构体的文档由以下文件生成: