Android Question How to SetName of local Bluetooth device ?

Robioptic

Member
Licensed User
Hi :)

What is the correct way to change to change the name of a local Bluetooth device?

All clues appreciated...
Thanks in advance :)
-----------
-----------

Dim i As Intent
i.PutExtra("android.bluetooth.adapter.action.SETNAME", "NEWNAME") 'change to a new name

Then nothing happens ? Am obviously not doing it right and there are no clues anywhere on how to do it :)
:perhaps u r clued up and can help :) thanks
 
Last edited:
Top