Multi-Network Stub Library Callbacks#
These callbacks are contributed by the Multi-Network Stub Library plugin.
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.
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
| Type | Direction | Argument Name | Description | 
|---|---|---|---|
| EmberEUI64 | N/A | partner | The IEEE address of the partner device or all zeros if the Key establishment failed. | 
| EmberKeyStatus | N/A | status | The status of the key establishment. |