You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/01/18 14:14:24 UTC

[GitHub] [mynewt-nimble] KKopyscinski opened a new pull request #1147: host/ble_gattc: Cancel prepered writes if data doesn't match in response

KKopyscinski opened a new pull request #1147:
URL: https://github.com/apache/mynewt-nimble/pull/1147


   If data received in ble_gattc_write_long_rx_prep() doesn't match
   data sent in prepare write request we need not only return error in
   function, but also send ATT_Execute_Write_Response with flag set to
   BLE_ATT_EXEC_WRITE_F_CANCEL.
   
   This is affecting GATT/CL/GAW/BI-32-C


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-nimble] KKopyscinski merged pull request #1147: host/ble_gattc: Cancel prepered writes if data doesn't match in response

Posted by GitBox <gi...@apache.org>.
KKopyscinski merged pull request #1147:
URL: https://github.com/apache/mynewt-nimble/pull/1147


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org