espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
172 stars 30 forks source link

zigbee raw_command_handler (TZ-1027) #391

Open mbarga82 opened 3 months ago

mbarga82 commented 3 months ago

Question

how to use the esp_zb_raw_command_handler_register to handle the zigbee raw data buffer . I mean how to use the uint8_t bufid returned by the callback to get access to the buffer raw data

Additional context.

No response

Alfff commented 3 months ago

@mbarga82 see this comment

chshu commented 1 month ago

@mbarga82 Could you let us know your requirement to handle the raw data buffer? As it's not a recommended way, and we suggest to use the common data model APIs instead.