mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-20 17:00:01 +00:00
crypto.h: correct function declaration
This commit is contained in:
committed by
Mahavir Jain
parent
51f4b84aca
commit
e6cc38908c
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user