Page 1 of 1

Unknown debug message on serial port #FEAT# ATTE2

Posted: Mon May 02, 2022 7:37 pm
by calgary
Hi
Does anybody know what this output line means? It comes out the serial port fairly often.
This is a bluetooth project. Not sure where it is coming from, somewhere in the ESP-IDF code

#FEAT# ATTE2 status:0

Thanks,

Re: Unknown debug message on serial port #FEAT# ATTE2

Posted: Sun Dec 04, 2022 9:55 pm
by Tronics
Hi calgary,

I get this message to, it comes after
[BluetoothA2DPSource.cpp:913] bt_av_hdl_avrc_ct_evt(): AVRC remote features
#FEAT# ATTE2 status:0
I suppose it's the answer off the remote device about the features it can handle.
I'm new to ESP32 and BT and also have to find out what it means.

Hope this helps a bit, let me know if you find out more about it.
Regards, Tronics

Re: Unknown debug message on serial port #FEAT# ATTE2

Posted: Tue Apr 04, 2023 3:19 pm
by neobanane
Hello,

I also get this anoying message.
The only reference I found was here:
https://github.com/espressif/esp-adf/bl ... /README.md
But I'm not using any adf features and can't find how I can disable it.
Any suggestions ?