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
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
-
partner
The IEEE address of the partner device or all zeros if the Key establishment failed. status
The status of the key establishment.