6.1.6 HCI VND DFU Complete
Command | OCF | Sub-op code | Command Parameters | Return Parameters |
HCI_VND_DFU_Complete | 0x0000 | 0x05 | none | Status, Validation_Result |
MCU sends image completed. Request RNDB to perform validation.
Command parameters:
none
Return parameters:
Status: Size: 1 octet
Value | Parameter Description |
---|---|
0x00 | HCI_DFU_Complete command succeeded |
0x01 to 0xFF | HCI_DFU_Complete command failed. See [Vol 1] Part F, Controller Error Codes for a list of error codes and descriptions. |
Validation_Result: Size: 1 octet
Value | Parameter Description |
---|---|
0x01 | Validation succeeded |
0x02 | Validation failed |
All other values | Reserved for future use |
Event(s) generated (unless masked away):
When the HCI_VND_DFU_Complete command completes, an HCI_Command_Complete event generates.