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 2018/11/30 14:02:34 UTC

[GitHub] dhrishi opened a new issue #254: BLE Central: Requests with same opcode in quick succession do not work

dhrishi opened a new issue #254: BLE Central: Requests with same opcode in quick succession do not work
URL: https://github.com/apache/mynewt-nimble/issues/254
 
 
   If in a BLE GATT central, two or more requests with same opcode are sent (for e.g. Write or Notify), the requests go through and responses are received. Although, the responses for all the requests except for the first one are not sent above to the app (or upper layers)
   
   This is because, currently ble_gattc_extract_first_by_conn_op()  extracts all the matching procs and then they are removed from the list. Ideally, it should extract the first matching proc (as its name suggests).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services