Inform Identity not called upon receipt of NAK response #7
Labels
enhancement
New feature or request
internal bug tracker
Issue confirmed and reported into a ticket in the internal bug tracking system
mw
MW-related issue or pull-request
usb-pd
USB Power-Delivery-related issue or pull-request
void (*USBPD_VDM_InformIdentity)(uint8_t PortNum, USBPD_SOPType_TypeDef SOPType,
USBPD_VDM_CommandType_Typedef CommandStatus,
USBPD_DiscoveryIdentity_TypeDef *pIdentity);
in USBPD_VDM_Callbacks is not called on receipt of a NAK response even though USBPD_VDM_CommandType_Typedef has a SVDM_RESPONDER_NAK define. This may affect other VDM Inform callbacks, but I have not had the chance to verify.
A workaround similar to that documented in #4 is likely possible since the NAK response is also at the end of the AMS(Atomic Message Sequence)
The text was updated successfully, but these errors were encountered: