-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Description
Related area
BLE
Is your feature request related to a problem?
The official Arduino library for Bluetooth Low Energy is ArduinoBLE. The ArduinoBLE API is wholly distinct from the Arduino-ESP32 BLE library. Bluetooth code is not portable between ESP32 Arduino Core and Arduino devices.
Describe the solution you'd like
If the goal of Arduino-ESP32 is to allow Arduino code to run on ESP32 devices, it should implement the ArduinoBLE API.
If the intent is not to be compatible with Arduino code, since the BLE library is not really related to Arduino in any way, should it really be part of this project as opposed to a standalone BLE library that can be used with any ESP-IDF project?
The documentation does say, "the Arduino ESP32 supports the following peripherals with Arduino APIs" but on the same page calls them "unique APIs", so it's unclear what the intention is.
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.