fix(nimble): Fix encrypted advertisement NVS struct

This commit is contained in:
Sumeet Singh
2026-03-25 22:49:11 +05:30
committed by Rahul Tank
parent 6e5bdd8af5
commit 66c4a28aea
+4 -1
View File
@@ -177,7 +177,10 @@ struct ble_store_key_ead {
struct ble_store_value_ead {
ble_addr_t peer_addr;
unsigned km_present:1;
struct key_material *km;
struct {
uint8_t session_key[16];
uint8_t iv[8];
} km ;
};
#endif