Bluetooth: Mesh: Fix setting remote public key in provisioner
This aligns provisioner and provisionee APIs in terms of endianess of public key provided by an application. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
parent
0335d5fb01
commit
f5ba999257
2 changed files with 2 additions and 4 deletions
|
@ -291,7 +291,7 @@ int bt_mesh_input_number(uint32_t num);
|
|||
|
||||
/** @brief Provide Device public key.
|
||||
*
|
||||
* @param public_key Device public key.
|
||||
* @param public_key Device public key in big-endian.
|
||||
*
|
||||
* @return Zero on success or (negative) error code otherwise.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue