
Functions | |
| zb_bool_t | zb_tc_is_device_interview_enabled (void) |
| void | zb_tc_enable_device_interview (zb_bool_t enable) |
| zb_ret_t | zb_tc_auth_device_after_interview (const zb_ieee_addr_t device_addr) |
| void | zb_tc_reject_device_after_interview (const zb_ieee_addr_t device_addr) |
| zb_bool_t | zb_tc_is_interview_active_for_device (zb_uint16_t device_addr) |
| zb_ret_t zb_tc_auth_device_after_interview | ( | const zb_ieee_addr_t | device_addr | ) |
Authenticates device after Device Interview.
| device_addr | - address of the device to authenticate |
| void zb_tc_enable_device_interview | ( | zb_bool_t | enable | ) |
Enables Device Interview stage.
| enable | - flag that shows whether device interview should be enabled Default value - ZB_FALSE, the stage is disabled |
| zb_bool_t zb_tc_is_device_interview_enabled | ( | void | ) |
Checks whether Device Interview is enabled
| zb_bool_t zb_tc_is_interview_active_for_device | ( | zb_uint16_t | device_addr | ) |
Checks whether Device Interview is active for a device.
| device_addr | - address of the device |
| void zb_tc_reject_device_after_interview | ( | const zb_ieee_addr_t | device_addr | ) |
Rejects device after Device Interview and send Leave command.
| device_addr | - address of the device to reject |