Skip to content

Custom return codes for onWrite to allow for object transfer service #14

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

uwwint
Copy link

@uwwint uwwint commented May 28, 2018

I added the ability to return error response codes for onWrite. This is necessary to implement object transfer service.
Furthermore esp_ble_gatts_cb_param_t* param is forwarded to onWrite. This is necessary to correlate the write request to OACP to the CID of the L2CAP CoC.

uwwint added 2 commits May 28, 2018 23:08
…::onWrite

forwarded the event parameter to BLECharacteristicCallback::onWrite to enable BD_ADDR correlation with L2CAP COC channel for object transfer service
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.

1 participant