GAP/SEC/CSIGN/BV-02-C request the ability to check that signed write has been performed successfully. Move the storage of local and remote CSRK keys to the device object. This allow to pass GAP/SEC/CSIGN/BV-01-C and GAP/SEC/CSIGN/BV-02-C tests. v1 -> v2: Move CSRK keys storage to device object only Frédéric Danis (2): gatt-server: Add support for signed write command device: Update local and remote CSRK on management event src/adapter.c | 77 +--------------------------------------- src/device.c | 48 +++++++++++++++++++++++++ src/device.h | 3 ++ src/shared/gatt-server.c | 13 ++++++- 4 files changed, 64 insertions(+), 77 deletions(-) -- 2.34.1