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.
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
function is sd_ble_gattc_exchange_mtu_request() , by BLE specs only can be initiate by client side.
sd_ble_gattc_exchange_mtu_request()
The text was updated successfully, but these errors were encountered:
sd_ble_gattc_exchange_mtu_request() called by peripheral can lead to data length change request from central
Sorry, something went wrong.
added updateDataLength/updateDataLength for BLEConnection
93d44ea
fix #106
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
function is
sd_ble_gattc_exchange_mtu_request()
, by BLE specs only can be initiate by client side.The text was updated successfully, but these errors were encountered: