Hello!
I'm interested in using a GL-S10 to receive data from my Victron PV setup, which uses BLE to broadcast various bits of state of the solar controllers and inverter. However, this data is encrypted with a 128bit AES key. You can see an example of how this is handled in this C++ example. Can the GL-S10 decrypt the broadcast message natively? If not, is it possible for it to still capture and upload the encrypted payload and then I can decrypt server-side?