Searched defs:bt_mesh_subnet_keys (Results 1 – 1 of 1) sorted by relevance
72 struct bt_mesh_subnet_keys { struct73 u8_t net[16]; /* NetKey */74 u8_t nid; /* NID */75 u8_t enc[16]; /* EncKey */76 u8_t net_id[8]; /* Network ID */78 u8_t identity[16]; /* IdentityKey */80 u8_t privacy[16]; /* PrivacyKey */81 u8_t beacon[16]; /* BeaconKey */
Completed in 5 milliseconds