arduino-esp32/libraries/BLE/src
Curry bb8c8559b6
Fix potential CORRUPT HEAP problem on libraries/BLE/src/BLEDevice.cpp (#7597)
* Update BLEDevice.cpp

fix potential CORRUPT HEAP problem

* move mux to BLEDevice class
2022-12-21 19:59:40 +02:00
..
BLE2902.cpp Fixes BLE Server descriptor update (#6919) 2022-06-28 12:29:49 +03:00
BLE2902.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLE2904.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLE2904.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEAddress.cpp Correct less- and greater-than operators (#6521) 2022-04-04 14:44:32 +03:00
BLEAddress.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEAdvertisedDevice.cpp refactor(toString method): Add RSSI / serviceData (#7561) 2022-12-19 15:52:35 +02:00
BLEAdvertisedDevice.h Added #include <vector> into BLEAdvertisedDevice.h (#6990) 2022-07-20 10:51:58 -03:00
BLEAdvertising.cpp Fix (en|dis)able typo on BLEAdvertising start() (#5142) 2021-05-18 13:54:48 +03:00
BLEAdvertising.h BLE5 features to use with C3/S3 (#5085) 2021-04-22 13:01:20 +03:00
BLEBeacon.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEBeacon.h Set ESP-IDF to 3.2 (#2662) 2019-04-12 15:43:53 +02:00
BLECharacteristic.cpp Return size_t instead of uint8_t from BLECharacteristic::getLength(). Allows large MTU to be used. (#5687) 2021-10-01 15:47:42 +03:00
BLECharacteristic.h Return size_t instead of uint8_t from BLECharacteristic::getLength(). Allows large MTU to be used. (#5687) 2021-10-01 15:47:42 +03:00
BLECharacteristicMap.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEClient.cpp Add setMTU function to BLEClient.cpp/.h (#4999) 2021-04-15 16:07:45 +03:00
BLEClient.h Add setMTU function to BLEClient.cpp/.h (#4999) 2021-04-15 16:07:45 +03:00
BLEDescriptor.cpp Fixes BLE Server descriptor update (#6919) 2022-06-28 12:29:49 +03:00
BLEDescriptor.h Fixes BLE Server descriptor update (#6919) 2022-06-28 12:29:49 +03:00
BLEDescriptorMap.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEDevice.cpp Fix potential CORRUPT HEAP problem on libraries/BLE/src/BLEDevice.cpp (#7597) 2022-12-21 19:59:40 +02:00
BLEDevice.h Fix potential CORRUPT HEAP problem on libraries/BLE/src/BLEDevice.cpp (#7597) 2022-12-21 19:59:40 +02:00
BLEEddystoneTLM.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEEddystoneTLM.h Set ESP-IDF to 3.2 (#2662) 2019-04-12 15:43:53 +02:00
BLEEddystoneURL.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEEddystoneURL.h Set ESP-IDF to 3.2 (#2662) 2019-04-12 15:43:53 +02:00
BLEExceptions.cpp Reduce flash usage up to 214k in one click (#2929) 2019-07-09 19:31:17 +03:00
BLEExceptions.h Set ESP-IDF to 3.2 (#2662) 2019-04-12 15:43:53 +02:00
BLEHIDDevice.cpp fixes BLE HID Battery Level Indicator (#6864) 2022-06-16 13:40:43 +03:00
BLEHIDDevice.h HID_BRAILLE_DISPLAY (#6043) 2021-12-20 13:22:58 +02:00
BLERemoteCharacteristic.cpp [BLE Client] Fix deadlock if connection loss ... (#7319) 2022-11-02 13:07:47 +02:00
BLERemoteCharacteristic.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLERemoteDescriptor.cpp Fixes reading BLE Remote Descriptor (#6903) 2022-06-24 13:52:08 +03:00
BLERemoteDescriptor.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLERemoteService.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLERemoteService.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEScan.cpp Update BLEScan.cpp (#5241) 2021-06-09 12:40:59 +03:00
BLEScan.h BLE5 features to use with C3/S3 (#5085) 2021-04-22 13:01:20 +03:00
BLESecurity.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLESecurity.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEServer.cpp Added onDisconnect with gatt parameters to BLUEServerCallbacks, equivalent to the existing onConnect (#7559) 2022-12-14 17:17:20 +02:00
BLEServer.h Added onDisconnect with gatt parameters to BLUEServerCallbacks, equivalent to the existing onConnect (#7559) 2022-12-14 17:17:20 +02:00
BLEService.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEService.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEServiceMap.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEUtils.cpp fixes BLE and WiFi Debug log messages (#6902) 2022-06-24 13:53:33 +03:00
BLEUtils.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEUUID.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEUUID.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEValue.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
BLEValue.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
FreeRTOS.cpp v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
GeneralUtils.cpp fixes BLE and WiFi Debug log messages (#6902) 2022-06-24 13:53:33 +03:00
GeneralUtils.h Set ESP-IDF to 3.2 (#2662) 2019-04-12 15:43:53 +02:00
HIDKeyboardTypes.h Set ESP-IDF to 3.2 (#2662) 2019-04-12 15:43:53 +02:00
HIDTypes.h Avoid collision with tinyusb hid.h enums (#7463) 2022-12-08 23:33:48 -03:00
RTOS.h v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00