Search found 2 matches

by JustDaveIII
Wed Sep 27, 2023 7:20 pm
Forum: ESP32 Arduino
Topic: Enable BT5 only, not Classic 4
Replies: 3
Views: 2231

Re: Enable BT5 only, not Classic 4


The ESP32-C3 hardware does not have support for BT Classic in the first place, so independent of those variables it'll always be disabled.


Really? Then why can I see the packets sent from it on my old Android phone that only supports BT4?

Maybe I was not clear. I need/want only BT5.

My ...
by JustDaveIII
Sun Sep 24, 2023 7:33 pm
Forum: ESP32 Arduino
Topic: Enable BT5 only, not Classic 4
Replies: 3
Views: 2231

Enable BT5 only, not Classic 4

I have a need to use only BT5, for the ESP32-C3.

I'm seeing:

"#define CONFIG_BT_CLASSIC_ENABLED 1"

in the .h files and it used in the BLEDevice.cpp code. I comment it out in all the .h files in hopes of not having BT Classic 4 broadcast because in the .cpp code I see:

#ifndef CONFIG_BT_CLASSIC ...

Go to advanced search