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

Expose length of data buffer #34

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

Expose length of data buffer #34

wants to merge 2 commits into from

Conversation

ciband
Copy link

@ciband ciband commented Apr 3, 2019

Added public member variable getLength to expose the length of the
underlying data buffer.

This allows for better error checking when reading the raw buffer.

Added public member variable getLength to expose the length of the
underlying data buffer.

This allows for better error checking when reading the raw buffer.
@hzhh110
Copy link

hzhh110 commented Apr 6, 2020

pCharacteristic->setValue(sendData);
pCharacteristic->notify();
What is the maximum number of bytes to send? Or where can you change the number of bytes?

Copy link

@beeboopx beeboopx left a comment

Choose a reason for hiding this comment

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

Works.

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.

3 participants