Hi,
what you show in red is:
- the Capability Container (CC) in block #0. The CC manages the information of an NFC Forum formatted Type 5 Tag
- A part of the NDEF_Msg_TLV starting at block #1 with T = 03h, L = 2Bh and V being the content of the NDEF with a Bluetooth pairing record.
What you show in green is the last part of the Bluetooth pairing record (with the device address if i am not wrong).
The NDEF format is specified in the NFC Forum NDEF Technical Specification.
In the factory all blocks of user memory are initialized to 00h (see ST25DV Datasheet). If NDEF is being used in your application, the CC and an empty NDEF have to be configured into the tag. See AN4911 (NDEF management with ST25DV-I2C Series) for detailed information.
It is likely that the tag is not NDEF formatted and that your application just writes the BT device address in the memory. Make sure to format the tag and make sure your application properly writes NDEF records. You can use the ST25NFCTap app on Android to check that the tag is properly formatted (see CC menu and NDEF menu).
Rgds
BT