esp_ieee802154_set_ack_timeout() function
Set the time to wait for the ack frame.
Arguments
timeout
The time to wait for the ack frame, in us. It Should be a multiple of 16. The default value is 1728 us (108 * 16).
Return value
- ESP_OK on success. - ESP_FAIL on failure.