Hello,
I have a strange issue, when I set the name of the bootloader dfu peripheral name, inside of sdk_config.h
#define NRF_DFU_BLE_ADV_NAME "DfuTarg"
When I scan for peripherals with all my phones, the name is correctly spelled DfuTarg
But when I do the exact same procedure with my Sony Xperia E6633 the peripheral name is "DfuTar[?]" with a question mark at the end instead of a "g". See image:
All other peripheral names (that are not set with NRF_DFU_BLE_ADV_NAME) looks as good as usual.
What might be the problem? Thank you!