1.3.5.3.14 MAC_RELEASE_REQUEST Function Pointer

C

typedef void (*MAC_RELEASE_REQUEST)(uint16_t conHandle);

Summary

Function pointer to request a MAC connection release.

Description

This function pointer is used to request a MAC connection release.
  • conHandle - Unique identifier of the connection

Remarks

None.