File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
#ifndef PAL_MEMORY_SECURITY_DB_H_
18
18
#define PAL_MEMORY_SECURITY_DB_H_
19
19
20
- #include " SecurityDB .h"
20
+ #include " SecurityDb .h"
21
21
22
22
namespace ble {
23
23
namespace pal {
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ struct SecurityEntryIdentity_t {
84
84
};
85
85
86
86
/* *
87
- * SecurityDB holds the state for active connections and bonded devices.
87
+ * SecurityDb holds the state for active connections and bonded devices.
88
88
* Keys can be stored in NVM and are returned via callbacks.
89
- * SecurityDB is responsible for serialising any requests and keeping
89
+ * SecurityDb is responsible for serialising any requests and keeping
90
90
* the store in a consistent state.
91
91
* Active connections state must be returned immediately.
92
92
*/
Original file line number Diff line number Diff line change 30
30
#include " CordioPalGenericAccessService.h"
31
31
#include " ble/generic/GenericGap.h"
32
32
#include " ble/generic/GenericSecurityManager.h"
33
- #include " ble/pal/MemorySecurityDB .h"
33
+ #include " ble/pal/MemorySecurityDb .h"
34
34
#include " ble/pal/SimpleEventQueue.h"
35
35
36
36
namespace ble {
You can’t perform that action at this time.
0 commit comments