Home
last modified time | relevance | path

Searched defs:adv_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h224 struct adv_info { struct
225 struct list_head list;
226 bool pending;
227 __u8 instance;
228 __u32 flags;
229 __u16 timeout;
230 __u16 remaining_time;
231 __u16 duration;
232 __u16 adv_data_len;
233 __u8 adv_data[HCI_MAX_AD_LENGTH];
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x.h205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro