Bluetooth Security

Hello Nordic Team,

We are developing a wearable health device using the nRF5340-DK and Zephyr RTOS. As part of the BLE communication design, we intend to use **Security Level 2 (Encryption without MITM protection)** due to the user experience constraints in wearable environments (e.g., no display for passkey entry, etc.).

In our current implementation:

- We start advertising with connectable parameters.
- After connection, we call `bt_conn_set_security(conn, BT_SECURITY_L2);`
- We use GATT services with `BT_GATT_PERM_READ_ENCRYPT | BT_GATT_PERM_WRITE_ENCRYPT`
- We register authentication callbacks but avoid user interaction (no passkey/Numeric comparison) due to product limitations.

Could you please confirm if this approach is **sufficient and secure enough** for typical wearable use-cases like Noira Band, assuming the device is paired with a trusted smartphone app?

Also, do you have **any recommendations** or **best practices** for Level 2 usage in production devices?

Any insights on TRNG usage, bonding persistence, or key storage would also be appreciated.

Thank you very much for your time and support.

Best regards,  
Mehmet Efe Öten  

Parents
  • Hi Amanda,

    Thank you for your response.

    I’ve reviewed Lesson 5 and all related links you mentioned in detail. However, the provided materials don't fully address our specific use case: a displayless wearable device using nRF5340 and Security Level 2 (encryption without MITM).

    We would greatly appreciate further clarification or official recommendations on the following topics:

    1. Whether Security Level 2 is considered sufficient for production-grade wearable devices (e.g., fitness bands) without user interaction.

    2. Suggestions regarding TRNG (True Random Number Generator) usage in BLE pairing/bonding.

    3. Best practices for bonding and key storage when using Zephyr with the nRF5340.

    Our goal is to balance user experience and security, and we’re seeking Nordic's official guidance for this particular scenario.

    Thank you very much for your time and support.

    Best regards,
    Mehmet Efe Öten

Reply
  • Hi Amanda,

    Thank you for your response.

    I’ve reviewed Lesson 5 and all related links you mentioned in detail. However, the provided materials don't fully address our specific use case: a displayless wearable device using nRF5340 and Security Level 2 (encryption without MITM).

    We would greatly appreciate further clarification or official recommendations on the following topics:

    1. Whether Security Level 2 is considered sufficient for production-grade wearable devices (e.g., fitness bands) without user interaction.

    2. Suggestions regarding TRNG (True Random Number Generator) usage in BLE pairing/bonding.

    3. Best practices for bonding and key storage when using Zephyr with the nRF5340.

    Our goal is to balance user experience and security, and we’re seeking Nordic's official guidance for this particular scenario.

    Thank you very much for your time and support.

    Best regards,
    Mehmet Efe Öten

Children
Related