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,