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 da31f90 commit dadbc0dCopy full SHA for dadbc0d
src/NimBLEDevice.cpp
@@ -102,7 +102,7 @@ NimBLEAdvertising* NimBLEDevice::m_bleAdvertising = nullptr;
102
# endif
103
104
# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
105
-std::array<NimBLEClient*, NIMBLE_MAX_CONNECTIONS> NimBLEDevice::m_pClients{nullptr};
+std::array<NimBLEClient*, NIMBLE_MAX_CONNECTIONS> NimBLEDevice::m_pClients{};
106
107
108
bool NimBLEDevice::m_initialized{false};
0 commit comments