espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.87k stars 7.32k forks source link

esp_ieee802154_set_ack_timeout isn't implemented (IDFGH-13994) #14820

Open sethtroisi opened 3 weeks ago

sethtroisi commented 3 weeks ago

Is your feature request related to a problem?

This is defined in components/ieee802154/include/esp_ieee802154.h but never implemented.

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Additional context.

No response

chshu commented 3 weeks ago

The current 802.15.4 driver and hardware handle the Ack process internally:

The user can't disable the hardware auto Ack with current APIs, so esp_ieee802154_set_ack_timeout is not applicable. Could you share your use case that requires modifying the Ack timeout?