arduino-esp32/libraries/BLE/examples
Rodrigo Garcia 03e9e07f1a
Fixes BLE data printing (#7699)
* Fixes BLE data printing

BLE data has no '\0' terminator, therefore it can't be printed as a regular C string.
This fix just prints the BLE data based on its length.

* Simplify printing to a single call
2023-02-06 14:55:41 +02:00
..
BLE5_extended_scan BLE5 features to use with C3/S3 (#5085) 2021-04-22 13:01:20 +03:00
BLE5_multi_advertising BLE5 features to use with C3/S3 (#5085) 2021-04-22 13:01:20 +03:00
BLE5_periodic_advertising BLE5 features to use with C3/S3 (#5085) 2021-04-22 13:01:20 +03:00
BLE5_periodic_sync BLE5 features to use with C3/S3 (#5085) 2021-04-22 13:01:20 +03:00
BLE_Beacon_Scanner Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_client Fixes BLE data printing (#7699) 2023-02-06 14:55:41 +02:00
BLE_EddystoneTLM_Beacon Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_EddystoneURL_Beacon Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_iBeacon replaced original BLE_iBeacon.ino example with a known-good one (#7470) 2022-12-21 16:35:56 +01:00
BLE_notify Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_scan Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_server Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_server_multiconnect Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_uart Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00
BLE_write Adds BLE examples to ESP32-C3 CI cycle (#6285) 2022-02-16 14:25:39 +02:00