ZLL Commissioning Callback Network#

Callbacks for ZLL Commissioning Callback Network Component.

Callbacks#

bool
emberAfPluginZllCommissioningNetworkJoinCallback(EmberZigbeeNetwork *networkFound, uint8_t lqi, int8_t rssi)

Join.

Callbacks Documentation#

emberAfPluginZllCommissioningNetworkJoinCallback#

bool emberAfPluginZllCommissioningNetworkJoinCallback (EmberZigbeeNetwork *networkFound, uint8_t lqi, int8_t rssi)

Join.

Parameters
N/AnetworkFound

Ver.: always

N/Alqi

Ver.: always

N/Arssi

Ver.: always

This callback is called by the ZLL Commissioning Network plugin when a joinable network has been found. If the application returns true, the plugin will attempt to join the network. Otherwise, the plugin will ignore the network and continue searching. Applications can use this callback to implement a network blacklist. Note that this callback is not called during touch linking.


Definition at line 136 of file app/framework/plugin/zll-commissioning-network/zll-commissioning-network.h