.data is the raw BLE data that got received - the other data has been decoded from it... eg. the service UUID "e20a39f4-73f5-4bc4-a12f-17d1ad07a961" that was received is 226,10,57,244,... which you can see (backwards) in the advertising data:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
.data
is the raw BLE data that got received - the other data has been decoded from it... eg. the service UUID"e20a39f4-73f5-4bc4-a12f-17d1ad07a961"
that was received is226,10,57,244,...
which you can see (backwards) in the advertising data: