Searched defs:adv_info (Results 1 – 2 of 2) sorted by relevance
236 struct adv_info { struct238 bool enabled;239 bool pending;240 bool periodic;241 __u8 mesh;242 __u8 instance;243 __u32 flags;244 __u16 timeout;246 __u16 duration;247 __u16 adv_data_len;[all …]
205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro
Completed in 12 milliseconds