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
For my HID device I need bigger than 512 bytes report map, currently I have to change this line
esp-nimble-cpp/src/NimBLEAttValue.h
Line 30 in cd115f1
and in nimble as well https://github.com/apache/mynewt-nimble/blob/baf2930d32c21222b77086181d842301bff9721f/nimble/host/include/host/ble_att.h#L227
Without changing this lines I get "driver error" in Windows, because my report map is not being sent.
If there is a way to send bigger than 512 bytes report map, please advice.
Thank you.
The text was updated successfully, but these errors were encountered:
That would go against the BLE core specification.
Sorry, something went wrong.
No branches or pull requests
For my HID device I need bigger than 512 bytes report map, currently I have to change this line
esp-nimble-cpp/src/NimBLEAttValue.h
Line 30 in cd115f1
and in nimble as well
https://github.com/apache/mynewt-nimble/blob/baf2930d32c21222b77086181d842301bff9721f/nimble/host/include/host/ble_att.h#L227
Without changing this lines I get "driver error" in Windows, because my report map is not being sent.
If there is a way to send bigger than 512 bytes report map, please advice.
Thank you.
The text was updated successfully, but these errors were encountered: