commit | f2401ecbe97b6ca187a0d6d04c3eff65141cb467 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Nov 24 11:06:13 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 18 10:40:33 2022 -0500 |
tree | ad2a5496a440456d58b53808c5e6cf5ec52cde40 | |
parent | e7ec241fe7f562befc03a0f459719ce96ca500d4 [diff] |
Bluetooth: CSIS: Don't expose SIRK type to upper layers Change how the SIRK is exposed to the upper layers. The SIRK will always be the unencrypted 16 octet SIRK now, instead of a struct. This not only allows us to avoid having a __packed struct in the API, but also gives a better API as we don't expose encrypted data to the upper layers. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>