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 ba141e9 commit 493e47eCopy full SHA for 493e47e
src/NimBLEClient.cpp
@@ -894,7 +894,7 @@ uint16_t NimBLEClient::getMTU() {
894
pkey.passkey = NimBLEDevice::m_securityCallbacks->onPassKeyRequest();
895
/////////////////////////////////////////////
896
} else {
897
- client->m_pClientCallbacks->onPassKeyRequest();
+ pkey.passkey = client->m_pClientCallbacks->onPassKeyRequest();
898
}
899
900
rc = ble_sm_inject_io(event->passkey.conn_handle, &pkey);
0 commit comments