crypto.h: correct function declaration

This commit is contained in:
Anton Maklakov
2022-03-03 04:10:06 +00:00
committed by Mahavir Jain
parent 51f4b84aca
commit e6cc38908c
+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])