You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
typedefstructesp_zb_apsde_data_confirm_s {
uint8_tstatus; /*!< 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
The text was updated successfully, but these errors were encountered:
github-actionsbot
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
Question
Hello, I send data to devices using
esp_zb_aps_data_request()
and I get results about the operation in thezb_apsde_data_confirm_handler
function, which has aesp_zb_apsde_data_confirm_t
data object, containing astatus
field: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
The text was updated successfully, but these errors were encountered: