This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Static OOB

I have searched all of the three Bluetooth Mesh specifications and cannot find a definition for Static OOB. Could someone define what that is?

Parents
  • Static OOB is the OOB that is pre-defined (mostly by your code). If the Provisioner and Provisionee both have the same Static OOB key, the authentication is succeeded. For example:

    The Provisioner OOB Key is 0x11223344 and same for Provisionee. When they come to the authentication, they will exchange their OOB keys and check if the key each one receives matches the static OOB. If the received key and the static key matches, the authentication is succeeded otherwise it will fail.

Reply
  • Static OOB is the OOB that is pre-defined (mostly by your code). If the Provisioner and Provisionee both have the same Static OOB key, the authentication is succeeded. For example:

    The Provisioner OOB Key is 0x11223344 and same for Provisionee. When they come to the authentication, they will exchange their OOB keys and check if the key each one receives matches the static OOB. If the received key and the static key matches, the authentication is succeeded otherwise it will fail.

Children
No Data
Related