From 3e7a93b71acea679f4c4de4479b6b2bd7080c759 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 29 Sep 2014 11:28:33 +0200 Subject: [PATCH] tools: Fix wrong number for LE_LINK connection type --- tools/hcitool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hcitool.c b/tools/hcitool.c index 95d28601c..769f1d200 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -47,7 +47,7 @@ #include "src/oui.h" /* Unofficial value, might still change */ -#define LE_LINK 0x03 +#define LE_LINK 0x80 #define FLAGS_AD_TYPE 0x01 #define FLAGS_LIMITED_MODE_BIT 0x01 -- 2.47.3