When I call:
zb_set_network_ed_role(ZB_TRANSCEIVER_ALL_CHANNELS_MASK);
to search for a network across all of the possible channels I can't connect. I can only connect when using a single channel, e.g.:
zb_set_network_ed_role(1<<15);
Why is that? Does the API handle multiple channels?