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 <szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2015-06-26 19:06:21 +02:00 committed by Anas Nashif
commit 3e1023cdcd

View file

@ -95,7 +95,6 @@ void bt_conn_cb_register(struct bt_conn_cb *cb);
typedef enum { typedef enum {
BT_CONN_SEC_NONE,
BT_CONN_SEC_LOW, BT_CONN_SEC_LOW,
BT_CONN_SEC_MEDIUM, BT_CONN_SEC_MEDIUM,
BT_CONN_SEC_HIGH, BT_CONN_SEC_HIGH,