From 3e1023cdcd24c5ae904576fb9ccdfbecfae82e98 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 26 Jun 2015 19:06:21 +0200 Subject: [PATCH] Bluetooth: Remove 'none' security level This was same as low security and is not needed. This also match security levels with LE Mode 1 security level from Core Specification. Change-Id: Ia82e1f4d94c281d7e7f88f03a16a1e34eb49f710 Signed-off-by: Szymon Janc --- include/bluetooth/conn.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/bluetooth/conn.h b/include/bluetooth/conn.h index 82767926704..c3c0f502fc3 100644 --- a/include/bluetooth/conn.h +++ b/include/bluetooth/conn.h @@ -95,7 +95,6 @@ void bt_conn_cb_register(struct bt_conn_cb *cb); typedef enum { - BT_CONN_SEC_NONE, BT_CONN_SEC_LOW, BT_CONN_SEC_MEDIUM, BT_CONN_SEC_HIGH,