We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed during the migration of a project that the following is not included in the migration guide:
NimBLEDevice::getClientByID(uint16_t conn_id);
NimBLEDevice::getClientByHandle(uint16_t connHandle)
NimBLEScan::setAdvertisedDeviceCallbacks(NimBLEAdvertisedDeviceCallbacks* pAdvertisedDeviceCallbacks, bool wantDuplicates = false)
NimBLEScan::setScanCallbacks(NimBLEScanCallbacks* pScanCallbacks, bool wantDuplicates = false);
Hope this helps Best regards
The text was updated successfully, but these errors were encountered:
Thanks, lots of changes happened and it's not easy to document them all sometimes. I'll look to do a docs update soon.
Sorry, something went wrong.
No branches or pull requests
Hi,
I noticed during the migration of a project that the following is not included in the migration guide:
NimBLEDevice::getClientByID(uint16_t conn_id);
changed toNimBLEDevice::getClientByHandle(uint16_t connHandle)
NimBLEScan::setAdvertisedDeviceCallbacks(NimBLEAdvertisedDeviceCallbacks* pAdvertisedDeviceCallbacks, bool wantDuplicates = false)
changed toNimBLEScan::setScanCallbacks(NimBLEScanCallbacks* pScanCallbacks, bool wantDuplicates = false);
Hope this helps
Best regards
The text was updated successfully, but these errors were encountered: