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
Hi @rgrover
The BLE_API / services / URIBeacon2Service.h has incorrect Characteristics.
BLE_API / services / URIBeacon2Service.h
Specifically the table in the specification does not include support for GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_WRITE_WITHOUT_RESPONSE
GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_WRITE_WITHOUT_RESPONSE
The unreliable write on Reset is a problem because this is the way to reset all values to known default settings before updating selected values.
The text was updated successfully, but these errors were encountered:
right. thanks.
Sorry, something went wrong.
This has now been fixed. Please verify and close.
Nice
hci: add random address support.
9d3306d
fix issue ARMmbed#9
rgrover
No branches or pull requests
Hi @rgrover
The
BLE_API / services / URIBeacon2Service.h
has incorrectCharacteristics.
Specifically the table in the specification does not include support for
GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_WRITE_WITHOUT_RESPONSE
The unreliable write on Reset is a problem because this is the way to reset all values to known default settings before updating selected values.
The text was updated successfully, but these errors were encountered: