Searched defs:adv_info (Results 1 – 2 of 2) sorted by relevance
238 struct adv_info { struct239 struct list_head list;240 bool enabled;241 bool pending;242 bool periodic;243 __u8 mesh;244 __u8 instance;245 __u32 flags;246 __u16 timeout;247 __u16 remaining_time;[all …]
205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro