Multi-Network Stub Library Callbacks
Functions |
|
| void | emberZigbeeKeyEstablishmentHandler (EmberEUI64 partner, EmberKeyStatus status) |
|
Notifies the application of the status of the request for a Link Key. The application should define EMBER_APPLICATION_HAS_ZIGBEE_KEY_ESTABLISHMENT_HANDLER to implement its own handler.
|
|
Detailed Description
These callbacks are contributed by the Multi-Network Stub Library plugin.
Function Documentation
◆ emberZigbeeKeyEstablishmentHandler()
| void emberZigbeeKeyEstablishmentHandler | ( | EmberEUI64 |
partner,
|
| EmberKeyStatus |
status
|
||
| ) |
Notifies the application of the status of the request for a Link Key. The application should define EMBER_APPLICATION_HAS_ZIGBEE_KEY_ESTABLISHMENT_HANDLER to implement its own handler.
- Parameters
-
partnerThe IEEE address of the partner device or all zeros if the Key establishment failed. statusThe status of the key establishment.