fix: fixed some issues in the mr comments

This commit is contained in:
ShenWeilong
2026-04-02 14:37:08 +08:00
parent 095d93bd11
commit 2d0d4de008
3 changed files with 13 additions and 5 deletions
@@ -50,8 +50,8 @@ ble_transport_to_ll_cmd_impl(void *buf)
pkt = HCI_DRIVER_D2P(buf);
len = *(uint8_t *)(buf + 2);
pkt->length = len;
return hci_driver_host_cmd_tx((uint8_t *)pkt, len);
pkt->length = len + 3;
return hci_driver_host_cmd_tx((uint8_t *)pkt);
}
int