Hi I use SDK 12.3 and sdk 2.0.1 , and set a device name length is 21 like "1234567890ABCDEFGHIJK" by sd_ble_gap_device_name_set; but in the advertise data the name length is only 18 and the name is "1234567890ABCDEFGH" ;
and on Android Phone display name is "1234567890ABCDEFGH", length 18; but on iOS Phone is "1234567890ABCDEFGHIJK" length 21;
so I don`t know which one is right , and why lost 3 octets name?