From 36a181128701e00be9568cc4a683237f4af9d9a7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 1 Jul 2014 13:56:32 +0200 Subject: [PATCH] lib: Add device found flag for not connectable --- lib/mgmt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index 3e37531e7..0127db446 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -502,6 +502,7 @@ struct mgmt_ev_auth_failed { #define MGMT_DEV_FOUND_CONFIRM_NAME 0x01 #define MGMT_DEV_FOUND_LEGACY_PAIRING 0x02 +#define MGMT_DEV_FOUND_NOT_CONNECTABLE 0x04 #define MGMT_EV_DEVICE_FOUND 0x0012 struct mgmt_ev_device_found { -- 2.47.3