I have BLE device connected to BLE Gateway. Everything works well, but I don’t understand where full data from my device? RAW data from Nordic scanner contain 28 bytes as it should be in theory! (https://www.silabs.com/community/wireless/bluetooth/knowledge-base.entry.html/2017/02/10/bluetooth_advertisin-hGsf)
But data from BLE Viewer, and data that I receive through paho.mqtt.client for Python contains 21 bytes RAW advertising data.
Where the data?