Hc05 module not connecting with blynk app

/* Comment this out to disable prints and save space */
#define BLYNK_PRINT Serial


#include <SoftwareSerial.h>
SoftwareSerial SwSerial(10, 11); // RX, TX

#include <BlynkSimpleSerialBLE.h>

// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = "h981vRMG9x4lxWWPdV_l1wghUVs9NexF";


void setup()
{
  // Debug console
  Serial.begin(9600);

  SerialBLE.begin(9600);
  Blynk.begin(SerialBLE, auth);

  Serial.println("Waiting for connections...");
}

void loop()
{
  Blynk.run();
  // You can inject your own code or combine it with other sketches.
  // Check other examples on how to communicate with Blynk. Remember
  // to avoid delay() function!
}

This is the code I have uploaded to arduino mega :point_up_2:

i have used (arduino mega ,hc05, galaxy s8)

The hc05 bt module is not connecting with blynk

It’s showing that cannot be connected

@Mr.Mrobo please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly.
Triple backticks look like this:
```

Pete.

Ok sir , can u look again

from what i have found in using BT and blynk. not good… they have yet to perfect the blutooth saga