XFusion API v1.3.0
|
BLE GAP 广播数据 ( 包含响应数据 ) 更多...
#include <xf_ble_gap_types.h>
成员变量 | |
xf_ble_gap_adv_struct_t * | adv_struct_set |
uint16_t | scan_rsp_length |
uint8_t * | scan_rsp_data |
BLE GAP 广播数据 ( 包含响应数据 )
在文件 xf_ble_gap_types.h 第 266 行定义.
xf_ble_gap_adv_struct_t* adv_struct_set |
广播数据单元( AD Structure )的集合, 见 xf_ble_gap_adv_struct_t
在文件 xf_ble_gap_types.h 第 267 行定义.
uint16_t scan_rsp_length |
扫描响应数据长度,
在文件 xf_ble_gap_types.h 第 270 行定义.
uint8_t* scan_rsp_data |
扫描响应数据
在文件 xf_ble_gap_types.h 第 271 行定义.