We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605ade1 commit 4a008c8Copy full SHA for 4a008c8
nimble/host/mesh/src/crypto.h
@@ -70,7 +70,7 @@ static inline int bt_mesh_beacon_key(const uint8_t net_key[16],
70
}
71
72
int bt_mesh_beacon_auth(const uint8_t beacon_key[16], uint8_t flags,
73
- const uint8_t net_id[16], uint32_t iv_index,
+ const uint8_t net_id[8], uint32_t iv_index,
74
uint8_t auth[8]);
75
76
static inline int bt_mesh_app_id(const uint8_t app_key[16], uint8_t app_id[1])
0 commit comments