From e6cc38908c58a5d3590bff96a2904fc70d746346 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Wed, 9 Feb 2022 11:41:02 +0700 Subject: [PATCH] crypto.h: correct function declaration --- nimble/host/mesh/src/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimble/host/mesh/src/crypto.h b/nimble/host/mesh/src/crypto.h index 745cf324a..d178f743e 100644 --- a/nimble/host/mesh/src/crypto.h +++ b/nimble/host/mesh/src/crypto.h @@ -70,7 +70,7 @@ static inline int bt_mesh_beacon_key(const u8_t net_key[16], } int bt_mesh_beacon_auth(const u8_t beacon_key[16], u8_t flags, - const u8_t net_id[16], u32_t iv_index, + const u8_t net_id[8], u32_t iv_index, u8_t auth[8]); static inline int bt_mesh_app_id(const u8_t app_key[16], u8_t app_id[1])