Hey,
I am working on nRF51822, SDK12, S130, I wish to get more data into my advertising packet, however there is not enough space, I was thinking to COMPLETELY remove the device name, that way I will save not just the charachters of the device name string, but also the device name length byte and device name type byte. extra 2 bytes for manufacturer data..
Is this legitimate to do on BLE ?
Is it possible and how to do it?
Thanks!