Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/connectivity/bluetooth/api/mesh/provisioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ provisionee:

* **Static OOB:** An authentication value is assigned to the device in
production, which the provisioner can query in some application specific
way.
way. For secure provisioning with the BTM_ECDH_P256_HMAC_SHA256_AES_CCM
algorithm, the Static OOB value should contain more than 128 bits of entropy
to provide adequate security against attacks.
* **Input OOB:** The user inputs the authentication value. The available input
actions are listed in :c:enum:`bt_mesh_input_action_t`.
* **Output OOB:** Show the user the authentication value. The available output
Expand Down
Loading