Skip to content
New issue

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

add onMtuChanged to BLEServerCallbacks #5222

Merged
merged 3 commits into from
Jun 9, 2021
Merged

add onMtuChanged to BLEServerCallbacks #5222

merged 3 commits into from
Jun 9, 2021

Conversation

davidlehrian
Copy link
Contributor

Add method onMtuChanged to the BLEServerCallbacks so the application can be notified if the MTU size changes.

Add method onMtuChanged to the BLEServerCallbacks so the application can be notified if the MTU size changes.
@CLAassistant
Copy link

CLAassistant commented May 30, 2021

CLA assistant check
All committers have signed the CLA.

* @param [in] pServer A reference to the %BLE server that received the client connection.
* @param [in] param A reference to esp_ble_gatts_cb_param_t.
*/
virtual void onMtuChanged(BLEServer* pServer, esp_ble_gatts_cb_param_t* param)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something is missing here ;.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I saw that. I corrected the code and committed it to my fork. Let me know if I need to do anything more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odd, i commented this 2 days ago.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, just got an email this morning of the failure.

@me-no-dev me-no-dev merged commit 67de199 into espressif:master Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants