Commit 5ffd876
committed
nimble: Fix the HCI ISO packet lost status value
As per the Core, the Packet_Status_Flag of an HCI ISO Data packet must
be one of the following: 0b00, 0b01, or 0b10.
This fixes the BLE_HCI_ISO_PKT_STATUS_LOST value which shall be 0x02
(0b10).1 parent ece8a7b commit 5ffd876
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2463 | 2463 | | |
2464 | 2464 | | |
2465 | 2465 | | |
2466 | | - | |
| 2466 | + | |
2467 | 2467 | | |
2468 | 2468 | | |
2469 | 2469 | | |
| |||
0 commit comments