Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zb_apsde_data_confirm_handler status parameter - how to decode it? (TZ-1293) #482

Open
remenyo opened this issue Nov 14, 2024 · 0 comments
Labels

Comments

@remenyo
Copy link

remenyo commented Nov 14, 2024

Question

Hello, I send data to devices using esp_zb_aps_data_request() and I get results about the operation in the zb_apsde_data_confirm_handler function, which has a esp_zb_apsde_data_confirm_t data object, containing a status field:

typedef struct esp_zb_apsde_data_confirm_s {
    uint8_t status;           /*!< The status of data confirm. 0: success, otherwise failed */
    // ...
}

I have not found information about this status code, but I get various ones when something is wrong like 185, 47, 10...
Can you dirrect to me some resource that lists these codes?

Thank you

Additional context.

No response

@github-actions github-actions bot changed the title zb_apsde_data_confirm_handler status parameter - how to decode it? zb_apsde_data_confirm_handler status parameter - how to decode it? (TZ-1293) Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant