Need help with outputting data to Blynk

through the application, there is no connection, and the port’s monitor writes like this

[0] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.6.7 on Arduino Uno

[89] Connecting...
[3189] Login timeout
[5189] Connecting...
[8270] Login timeout
[10270] Connecting...
[13351] Login timeout
[15351] Connecting...
[20432] Connecting...
[23513] Login timeout
[25513] Connecting...

I’m trying to connect via a smartphone, the indicator on the HC06 is lit that is connected, not in the app, there is no indication on the port monitor

Does the BLE widget in the app show your device and allow you to create a connection?

Pete.

I’ve just noticed that you are using BTSerial for your debug messages…

As I said before, you can’t do this.

BTSerial is for the connection to the BT module ONLY

Serial is for debug messages using Serial.print

Pete.

yes, I connected without any problems

yes, initially just Serial. print. what I wrote BT Serial thought this is the problem, but when Serial. print also does not work