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:
Pavel Vasilyev 2021-06-09 11:02:18 +02:00 committed by Anas Nashif
commit f5ba999257
2 changed files with 2 additions and 4 deletions

View file

@ -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.
*/