-
Notifications
You must be signed in to change notification settings - Fork 921
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
What is the behaviour of AT+BLEGATTCWR when the server supports both 'Write' and 'Write without Response' #903
Comments
If 'Write' and 'Write without Response' are supported, ‘write’ is used by default. |
@Luxin812 PTAL |
@JHedgesBartec Do you have any more questions about this issue? If not, maybe you could close it, thanks. |
@Luxin812 are you confirming the behaviour that @XionHsieh has reported? |
@JHedgesBartec Theoretically, it should default to using |
@Luxin812 how is it possible to capture the packets? In this case we are using the ESP32 with BLE, BT Classic and WiFi, due to this we cannot enable logging on the build and we are unable to remove the unused the OTA partitioning to allow more flash space for the application. |
If a third party device (non-espressif) hosts a service and characteristic which has both 'Write' and 'Write without Response', when the AT+BLEGATTCWR command is used to write to the characteristic, which method is used?
Does the command prioritise Write?
Is there a way to enforce the 'Write' method is used?
The text was updated successfully, but these errors were encountered: