When I run the scanner I get this output:
B5:70:00:00:0C:65 -65 02 01 06 03 02 F0 FF 15 FF 10 00 00 00 65 0C 00 00 70 B5 71 0B CA 00 1E 05 39 3D 09 00
B5:70:00:00:0C:65 -66 02 01 06 03 02 F0 FF 15 FF 10 00 00 00 65 0C 00 00 70 B5 71 0B CA 00 1E 05 37 3D 09 00
B5:70:00:00:0C:65 -67 02 01 06 03 02 F0 FF 15 FF 10 00 00 00 65 0C 00 00 70 B5 71 0B CA 00 1E 05 3A 3D 09 00
But running on Android with 2 different apps I get a bigger output:
0x0201060302F0FF15FF10000000650C000070B5710BCA001F059C3D09000D09546865726D6F426561636F6E051218003801020A00
Putting the content in a similar format:
ble-scanner/scanner.c
0201060302F0FF15FF10000000650C000070B5710BCA001E053A3D0900
nRF Connect:
0201060302F0FF15FF10000000650C000070B5710BCA001F059C3D0900 Extra data 0D09546865726D6F426561636F6E051218003801020A00
I'm attaching a screenshot with the output of nRF Connect and LigthBlue.
LigthBlue:

nRF Connect:

The extra data has the Local name and the data that the scanner is receiving is the Manufacturer specific data according to the android apps.
Edit: the extra content has the name, 0D means 13 chars, 09 means EIR_COMPLETE_NAME, the next chars are the name "ThermoBeacon"
How do I get the complete data?
When I run the scanner I get this output:
But running on Android with 2 different apps I get a bigger output:
0x0201060302F0FF15FF10000000650C000070B5710BCA001F059C3D09000D09546865726D6F426561636F6E051218003801020A00
Putting the content in a similar format:
I'm attaching a screenshot with the output of nRF Connect and LigthBlue.


LigthBlue:
nRF Connect:
The extra data has the Local name and the data that the scanner is receiving is the Manufacturer specific data according to the android apps.
Edit: the extra content has the name, 0D means 13 chars, 09 means EIR_COMPLETE_NAME, the next chars are the name "ThermoBeacon"
How do I get the complete data?