We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ce57f commit a6e1716Copy full SHA for a6e1716
src/NimBLEConnInfo.h
@@ -53,6 +53,6 @@ friend class NimBLEDescriptor;
53
bool isAuthenticated() const { return (m_desc.sec_state.authenticated == 1); }
54
55
/** @brief Gets the key size used to encrypt the connection */
56
- uint8_t getSecKeySize() { return m_desc.sec_state.key_size; }
+ uint8_t getSecKeySize() const { return m_desc.sec_state.key_size; }
57
};
58
#endif
0 commit comments