Enable bluetooth on esp32 lora

Tenho um Esp32 Lora.
Gostaria de saber como ativar o bluetooth desse aparelho, para poder aparecer no celular?

I have a Esp32 Lora.
I would like to know how to enable the bluetooth of this device, so it can appear on the phone?

Hello :
You can refer to here

I’ve run this code along with a few others and non of them active the Bluetooth. Are there ant other libraries needed?

i am having the same problem. I have tried them all. I have been able to get SSP to work from generic ESP32 board driver example but it causes problems with the rest of the program.

I have the same problem. All the BluetoothSerial examples cause the reset of the board: the line of code that causes the reset is SerialBT.begin(“ESP32test”);
My board is WiFi LoRa 32 (v2). I use the 0.0.6 version of the board manager.