Commit 3c484e8
[nrf noup] bluetooth: host: cs: Fix bt_le_cs_start_test param_len update
There was a change in HCI fuffers encoding: #88710.
First byte in the HCI buf->data[0] is HCI type.
The header starts from buf->data[1].
Current implementation was overwriting the opcode field
in the buffer when updating the hdr->param_len.
Signed-off-by: Piotr Pryga <[email protected]>1 parent ccc6656 commit 3c484e8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
0 commit comments