123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- #ifndef MT_UTIL_H
- #define MT_UTIL_H
- #if defined ZCL_KEY_ESTABLISH
- #include "zcl_key_establish.h"
- #endif
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- #if defined (MT_UTIL_FUNC)
- extern uint8 MT_UtilCommandProcessing(uint8 *pBuf);
- #if defined ZCL_KEY_ESTABLISH
- void MT_UtilKeyEstablishInd(keyEstablishmentInd_t *pInd);
- #endif
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
|