XFusion API v1.3.0
|
BLE GAP 广播数据单元 ( AD structure ) 更多...
#include <xf_ble_gap_types.h>
成员变量 | |
uint8_t | ad_data_len |
xf_ble_gap_adv_struct_type_t | ad_type |
xf_ble_gap_adv_struct_data_t | ad_data |
BLE GAP 广播数据单元 ( AD structure )
以下为蓝牙标准定义的广播数据结构及广播数据单元 ( AD structure )所在的位置
在文件 xf_ble_gap_types.h 第 181 行定义.
uint8_t ad_data_len |
注意,这并不是蓝牙标准中广播数据结构 AD structure 长度( Length ), 仅是 AD data 字段的长度(不包含 AD type 字段的长度 )
在文件 xf_ble_gap_types.h 第 182 行定义.
xf_ble_gap_adv_struct_type_t ad_type |
广播数据单元的类型,见 xf_ble_gap_adv_struct_type_t
在文件 xf_ble_gap_types.h 第 184 行定义.
xf_ble_gap_adv_struct_data_t ad_data |
广播数据单元的数据,见 xf_ble_gap_adv_struct_data_t
在文件 xf_ble_gap_types.h 第 185 行定义.