Thanks for quick answer, but I think You have misunderstand me... maybe my question wasn't clear enough, I apologise once more.
What I trying to do is change the name which will be visible when somebody scan my device.
Here is a way to get readonly property of name which I wish to change:
Dim SER As Serial
SER.Initialize("SER")
Log(SER.name)
It is "Device Friendly name".
I wish that my app can set bluetooth device friendly name, not that user must change it manualy through android settings...
So, when users starts app, I wish to change BT name from default name or earlier set name, to some other name just with their permission, and without asking they to manualy change name in device settings.