forked from apache/mynewt-nimble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nimble/host: Fix checking for NOP in ble_hs_hci_rx_evt
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.
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters