crypto.h: correct function declaration

This commit is contained in:
Anton Maklakov
2022-09-06 12:07:15 +05:30
committed by Rahul Tank
parent 9328515a98
commit f00b56c91c
+1 -1
View File
@@ -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])