nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

Raw Data #1103

Closed noorhaq closed 2 years ago

noorhaq commented 2 years ago

Hi, I want to get the RAW data that a BLE device advertises on ESP32. Like how can this be done using this library

chegewara commented 2 years ago

https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/BLECharacteristic.h#L64-L65