【发布时间】:2021-12-15 17:37:33
【问题描述】:
在 BlueZ 中有这个结构:
https://github.com/pauloborges/bluez/blob/master/lib/hci.h#L1536
typedef struct {
uint8_t type;
uint16_t interval;
uint16_t window;
uint8_t own_bdaddr_type;
uint8_t filter;
} __attribute__ ((packed)) le_set_scan_parameters_cp;
我正在寻找其字段的含义。你有任何参考吗?
特别是 interval、window 和 filter。它们的含义是什么?
【问题讨论】:
标签: bluetooth bluetooth-lowenergy bluez