Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/zigbee/stack/include/zigbee.aps.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/zigbee/stack/include/zigbee.aps.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zigbee.aps.h b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zigbee.aps.h
index 7f75836bd..aa47943e3 100644
--- a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zigbee.aps.h
+++ b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zigbee.aps.h
@@ -259,7 +259,7 @@ enum ZbApsmeIbAttrIdT {
* networkKeyUpdateMethod = 0xba
* allowApplicationKeyRequests = 0xbb
* allowRemoteTcPolicyChange = 0xbd */
- ZB_APS_IB_ID_TRUST_CENTER_POLICY, /* 0xad (uint32_t) */
+ ZB_APS_IB_ID_TRUST_CENTER_POLICY, /* 0xad (type = uint32_t, enum ZbApsmePolicyT) */
/*** Exegin extensions (0x500 to 0x5ff reserved for custom AIBs) ***/
ZB_APS_IB_ID_SCAN_COUNT = 0x0500, /* (uint8_t) ZDO join parameter. Is not modified by ZbApsReset. */
@@ -484,7 +484,7 @@ enum ZbApsmeDeviceStatusT {
ZB_APSME_DEV_HIGH_INSECURE_REJOIN = 0x07 /* HIGHSEC INSECURE REJOIN 0x07 */
};
-/* FIXME 1 - change the these values so the low nibble represents an
+/* EXEGIN - change the these values so the low nibble represents an
* enumeration, and the high nibble is a mask representing the key type
* (e.g. global, unique, unverified, derived, etc)
*
@@ -879,10 +879,6 @@ bool ZbApsLinkKeyExists(struct ZigBeeT *zb, uint64_t partner);
ZbApsmeKeyPairT * ZbApsLookupKey(struct ZigBeeT *zb, ZbApsmeKeyPairT *key,
uint64_t addr, unsigned int *idx);
-/* Required for ZDP Mgmt_Bind_rsp */
-uint8_t ZbApsBindTblNumEntries(struct ZigBeeT *zb);
-unsigned int ZbApsAckWaitDuration(struct ZigBeeT *zb);
-
bool ZbApsAddrIsBcast(struct ZbApsAddrT *addr);
bool ZbApsAddrIsLocal(struct ZigBeeT *zb, struct ZbApsAddrT *addr);