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
Hey,
just found the wrong use of data length parameter in main.c: void gatt_evt_handler(nrf_ble_gatt_t * p_gatt, nrf_ble_gatt_evt_t const * p_evt);
Else if should use p_evt->params.data_length instead of p_evt->params.att_mtu_effective. for NRF_BLE_GATT_EVT_DATA_LENGTH_UPDATED.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
just found the wrong use of data length parameter in
main.c: void gatt_evt_handler(nrf_ble_gatt_t * p_gatt, nrf_ble_gatt_evt_t const * p_evt);
Else if should use p_evt->params.data_length instead of p_evt->params.att_mtu_effective.
for NRF_BLE_GATT_EVT_DATA_LENGTH_UPDATED.
The text was updated successfully, but these errors were encountered: