Bluetooth: Add timer for automatically disabling the service cache
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / bluetooth / hci_core.h
index cc17f739dfffaca5a24f2820cac6f6ab7ad7a77d..105eaa251034c263423e385a312ab2a5deaf34d3 100644 (file)
@@ -193,6 +193,8 @@ struct hci_dev {
        __u16                   discov_timeout;
        struct delayed_work     discov_off;
 
+       struct delayed_work     service_cache;
+
        struct timer_list       cmd_timer;
 
        struct work_struct      rx_work;