1.3.5.3.35 MAC_DATA_CONFIRM_CB Function Pointer
C
typedef void (*MAC_DATA_CONFIRM_CB)(uint16_t conHandle, uint8_t *data,
MAC_DATA_CONFIRM_RESULT result);
Summary
Callback function pointer for the MAC data confirm.
Description
This callback is used for the MAC data confirm.
- conHandle - Unique identifier of the connection
- data - Pointer to data to be transmitted through this connection
- result - Result of the transmission
Remarks
None.