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 cf9e337 commit 117ec4eCopy full SHA for 117ec4e
src/NimBLEDevice.cpp
@@ -96,7 +96,7 @@ NimBLEAdvertising* NimBLEDevice::m_bleAdvertising = nullptr;
96
# endif
97
98
# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
99
-std::array<NimBLEClient*, NIMBLE_MAX_CONNECTIONS> NimBLEDevice::m_pClients{nullptr};
+std::array<NimBLEClient*, NIMBLE_MAX_CONNECTIONS> NimBLEDevice::m_pClients{};
100
101
102
bool NimBLEDevice::m_initialized{false};
0 commit comments