Bluetooth: Add support for adv instance timeout
[cascardo/linux.git] / include / net / bluetooth / hci_core.h
index 3a6d4e3..540c07f 100644 (file)
@@ -156,8 +156,10 @@ struct oob_data {
 };
 
 struct adv_info {
+       struct delayed_work timeout_exp;
        __u8    instance;
        __u32   flags;
+       __u16   timeout;
        __u16   adv_data_len;
        __u8    adv_data[HCI_MAX_AD_LENGTH];
        __u16   scan_rsp_len;