h2zero / NimBLE-Arduino

A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
https://h2zero.github.io/NimBLE-Arduino/
Apache License 2.0
700 stars 145 forks source link

Not able to connect to a host system that only support classic Bluetooth #624

Closed alijani1 closed 9 months ago

alijani1 commented 9 months ago

is there a way to disable BLE (low energy) and have the library use Classic Bluetooth protocol?

h2zero commented 9 months ago

This library does not support Bluetooth classic. You will need to use the bluedroid stack for that.