arduino-esp32/libraries/BLE/src
FidelSch 86221479b7
fix: BLEAdvertising methods return error codes (#11154)
* fix: BLEAdvertising methods return error codes

Some methods returned void even if they could produce an error, in which case they failed silently. They now return the corresponding error code.

* fix: methods which could error out return bool

Changed from returning esp_error_t, in order to be more arduino compatible.

---------

Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
2025-03-27 12:35:19 +02:00
..
BLE2901.cpp Adds BLE Characteristic User Description 0x2901 Descriptor (#9883) 2024-06-18 14:45:22 -03:00
BLE2901.h Adds BLE Characteristic User Description 0x2901 Descriptor (#9883) 2024-06-18 14:45:22 -03:00
BLE2902.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLE2902.h Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
BLE2904.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLE2904.h Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
BLEAddress.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEAddress.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEAdvertisedDevice.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEAdvertisedDevice.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEAdvertising.cpp fix: BLEAdvertising methods return error codes (#11154) 2025-03-27 12:35:19 +02:00
BLEAdvertising.h fix: BLEAdvertising methods return error codes (#11154) 2025-03-27 12:35:19 +02:00
BLEBeacon.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEBeacon.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLECharacteristic.cpp BLECharacteristic optimization (#10665) 2024-12-03 11:10:51 -03:00
BLECharacteristic.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLECharacteristicMap.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEClient.cpp fix(BLE): Arduino String shall not be used within std::map<> (#9875) 2024-06-18 00:26:21 +03:00
BLEClient.h fix(BLE): Arduino String shall not be used within std::map<> (#9875) 2024-06-18 00:26:21 +03:00
BLEDescriptor.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEDescriptor.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEDescriptorMap.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEDevice.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEDevice.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEEddystoneTLM.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEEddystoneTLM.cppwithheadder Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
BLEEddystoneTLM.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEEddystoneURL.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEEddystoneURL.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEEddystoneURL.h.orig BLE upgrades (#8724) 2023-10-06 15:50:11 +03:00
BLEExceptions.cpp Refactor repository with pre-commit hooks (#9515) 2024-04-15 19:40:56 +03:00
BLEExceptions.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEHIDDevice.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEHIDDevice.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLERemoteCharacteristic.cpp fix(spelling): Fix misspellings detected by codespell and enable it (#10232) 2024-08-28 15:43:02 +03:00
BLERemoteCharacteristic.h fix(BLE): Arduino String shall not be used within std::map<> (#9875) 2024-06-18 00:26:21 +03:00
BLERemoteDescriptor.cpp fix(spelling): Fix misspellings detected by codespell and enable it (#10232) 2024-08-28 15:43:02 +03:00
BLERemoteDescriptor.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLERemoteService.cpp fix(BLE): Arduino String shall not be used within std::map<> (#9875) 2024-06-18 00:26:21 +03:00
BLERemoteService.h fix(BLE): Arduino String shall not be used within std::map<> (#9875) 2024-06-18 00:26:21 +03:00
BLEScan.cpp fix(BLE): Arduino String shall not be used within std::map<> (#9875) 2024-06-18 00:26:21 +03:00
BLEScan.h fix(BLE): Arduino String shall not be used within std::map<> (#9875) 2024-06-18 00:26:21 +03:00
BLESecurity.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLESecurity.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEServer.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEServer.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEService.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEService.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEServiceMap.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEUtils.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEUtils.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEUUID.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEUUID.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEValue.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
BLEValue.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
FreeRTOS.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
GeneralUtils.cpp refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
GeneralUtils.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
HIDKeyboardTypes.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
HIDTypes.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00
RTOS.h refactor(style): Change some style options (#9526) 2024-04-19 18:16:55 +03:00