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