Robioptic Member Licensed User May 8, 2020 #1 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 erhaps u r clued up and can help thanks Last edited: May 9, 2020
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 erhaps u r clued up and can help thanks
MicroDrie Well-Known Member Licensed User Longtime User May 9, 2020 #2 Try this: Can you detect and change the bluetooth device name with B4A code? Or this: Change bluetooth device name Upvote 0
Try this: Can you detect and change the bluetooth device name with B4A code? Or this: Change bluetooth device name
Robioptic Member Licensed User May 10, 2020 #3 MicroDrie said: Try this: Can you detect and change the bluetooth device name with B4A code? Or this: Change bluetooth device name Click to expand... Thanks ! Super I try those methods Upvote 0
MicroDrie said: Try this: Can you detect and change the bluetooth device name with B4A code? Or this: Change bluetooth device name Click to expand... Thanks ! Super I try those methods