Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/bluetooth/
Dhci_core.h220 struct adv_info { struct
221 struct list_head list;
222 bool pending;
223 __u8 instance;
224 __u32 flags;
225 __u16 timeout;
226 __u16 remaining_time;
227 __u16 duration;
228 __u16 adv_data_len;
229 __u8 adv_data[HCI_MAX_AD_LENGTH];
[all …]
/Linux-v5.10/drivers/media/i2c/adv748x/
Dadv748x.h205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro