1.3.5.6.32 BMNG_PPROF_ACK_CB Function Pointer

C

typedef void (*BMNG_PPROF_ACK_CB)(uint8_t cmd, BMNG_PPROF_ACK ackCode);

Summary

Callback function pointer for the PRIME Profile acknowledgement.

Description

This callback is used for the PRIME Profile acknowledgement.

  • cmd: Command being acknowledged
  • ackCode - ACK returned code

Remarks

None.