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:
parent
a6a0e54ec9
commit
3e1023cdcd
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue