aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 8c9de58779c..de7326b111b 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -44,7 +44,7 @@
44#define LE_SCAN_INT 0x12 44#define LE_SCAN_INT 0x12
45#define LE_SCAN_TIMEOUT_LE_ONLY 10240 /* TGAP(gen_disc_scan_min) */ 45#define LE_SCAN_TIMEOUT_LE_ONLY 10240 /* TGAP(gen_disc_scan_min) */
46 46
47#define INQUIRY_LEN_BREDR 0x08 /* TGAP(100) */ 47#define INQUIRY_LEN_BREDR 0x08 /* TGAP(100) */
48 48
49#define SERVICE_CACHE_TIMEOUT (5 * 1000) 49#define SERVICE_CACHE_TIMEOUT (5 * 1000)
50 50