mbed-os/connectivity/FEATURE_BLE/source/generic
George Beckstein 2578c5356b Fix missing `as_entry` method in KVStoreSecurityDb
This commit introduces changes to fix a missing method, `as_entry`, and traces that were not updated properly to work with this new method.

Prior to this fix, it was not possible to use KVStoreSecurityDb as the build would fail since the `as_entry` method was not declared in the class header file.

This bug was introduced with commit 957486e0eb in PR ARMmbed/mbed-os#14198
2021-05-19 16:38:13 -04:00
..
CMakeLists.txt BLE: Add MemorySecurityDb.cpp and SecurityDb.cpp to CMake. 2021-03-15 15:35:52 +00:00
FileSecurityDb.cpp BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
FileSecurityDb.h BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
GapImpl.cpp avoid init in header for compatibility 2021-04-28 16:29:26 +01:00
GapImpl.h convert bitfield to bools 2021-04-29 19:07:31 +01:00
GattClientImpl.cpp BLE: add traces to gatt client (#14165) 2021-03-15 15:35:52 +00:00
GattClientImpl.h BLE: Fixed used of parent pointer in implementation classes. 2020-09-04 13:25:32 +01:00
GattServerEvents.h Deprecate indications event onConfirmationReceived 2021-04-28 14:02:56 +01:00
KVStoreSecurityDb.cpp Fix missing `as_entry` method in KVStoreSecurityDb 2021-05-19 16:38:13 -04:00
KVStoreSecurityDb.h Fix missing `as_entry` method in KVStoreSecurityDb 2021-05-19 16:38:13 -04:00
MemorySecurityDb.cpp BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
MemorySecurityDb.h BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
PrivateAddressController.cpp fix misleading privacy trace 2021-04-29 16:08:52 +01:00
PrivateAddressController.h Fix conditional compilation based on config 2020-10-13 17:32:49 +01:00
SecurityDb.cpp BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
SecurityDb.h BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
SecurityManagerImpl.cpp fix sm init trace to print string 2021-04-29 16:09:04 +01:00
SecurityManagerImpl.h BLE: Conditional compilation of the security manager 2020-10-23 16:19:38 +01:00
mbed_lib.json BLE: Move generic lib file into source/generic . 2020-08-25 11:26:27 +01:00