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 2020/01/23 14:32:31 UTC

[GitHub] [mynewt-nimble] sjanc opened a new pull request #738: nimble/host: Fix checking for NOP in ble_hs_hci_rx_evt

sjanc opened a new pull request #738: nimble/host: Fix checking for NOP in ble_hs_hci_rx_evt
URL: https://github.com/apache/mynewt-nimble/pull/738
 
 
   NOP can be sent as Command Complete or Command Status. Those events
   don't have opcode field in same place so old code was not checking
   proper bytes. It looks like this never worked for Command Status case.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [mynewt-nimble] sjanc merged pull request #738: nimble/host: Fix checking for NOP in ble_hs_hci_rx_evt

Posted by GitBox <gi...@apache.org>.
sjanc merged pull request #738: nimble/host: Fix checking for NOP in ble_hs_hci_rx_evt
URL: https://github.com/apache/mynewt-nimble/pull/738
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services