How do you manage BLE notification?

Hi
I have connected my app with BLE on a ESP32 bluetooth device.
The esp32 device send periodicaly notify with value
How can i receive and display that notifications in Appinventor ?
Thx

Hello Benoit

The BLE Extension does not support notifications. It will receive the value if you use one of the streaming update Blocks - RegisterForStrings() for example.

Here an example