
Data Structures | |
| struct | zb_channel_panid_change_preparation_s |
| Callback parameters for zb_prepare_network_for_channel_change() and zb_prepare_network_for_panid_change() Stack sends set_configuration_req to the all devices and count responses with incorrect status. More... | |
| struct | zb_channel_change_parameters_s |
| Parameters for zb_prepare_network_for_channel_change() and zb_start_channel_change() More... | |
| struct | zb_panid_change_parameters_s |
| Parameters for zb_prepare_network_for_panid_change() and zb_start_panid_change() More... | |
| struct | zb_route_record_s |
| Route record for public API usage. More... | |
| struct | zb_nwk_nbr_iterator_cb_params_s |
| struct | zb_nwk_nbr_iterator_entry_s |
Functions | |
| zb_ret_t | zb_prepare_network_for_channel_change (zb_uint8_t param, zb_callback_t cb) |
| zb_ret_t | zb_prepare_network_for_panid_change (zb_uint8_t param, zb_callback_t cb) |
| zb_ret_t | zb_start_channel_change (zb_uint8_t param) |
| zb_ret_t | zb_start_panid_change (zb_uint8_t param) |
| void | zb_enable_panid_conflict_resolution (zb_bool_t status) |
| void | zb_enable_auto_pan_id_conflict_resolution (zb_bool_t status) |
| zb_ret_t | zb_get_source_route (zb_route_record_t *p_route_record, zb_uint16_t short_dst_addr) |
| void | zb_start_concentrator_mode (zb_uint8_t radius, zb_uint32_t disc_time) |
| void | zb_stop_concentrator_mode (void) |
| zb_nwk_device_type_t | zb_get_device_type (void) |
| zb_uint16_t | zb_nwk_get_parent (void) |
| zb_ret_t | zb_nwk_nbr_iterator_next (zb_uint8_t bufid, zb_callback_t cb) |
| zb_ret_t | zb_nwk_set_max_ed_capacity (zb_uint8_t value) |
| zb_uint8_t | zb_nwk_get_max_ed_capacity (void) |
| zb_uint8_t | zb_nwk_get_total_capacity (void) |