the nrf51822 is working as a peripheral advertising the data like
0x0201061416FFCB113C01271119359426040A6E189C000000050852545F54,
which contains three data typs:
020106
1416FFCB113C01271119359426040A6E189C000000
050852545F54
they can be scanned by the nRF Connect app.
And a nrf52832 is working as a central scanning the peripheral.
However, it only finds the first two types, as below,
<debug> peripheral: 02 01 06 14 16 FF CB 11|........
<debug> peripheral: 3C 01 27 11 19 35 94 26|<.'..5.&
<debug> peripheral: 04 0A 6E 18 9C 00 00 00|..n.....
How does this happen, and how to fix it?
Thank you.