flutter_bluetooth_serial icon indicating copy to clipboard operation
flutter_bluetooth_serial copied to clipboard

how to change local adapter name in flutter

Open kskan opened this issue 4 years ago • 1 comments

kskan avatar Aug 19 '20 02:08 kskan

If you are referring to the mobile device's bluetooth name, you should change the device name in your settings. Android, iOS

If you mean to change the name of the bluetooth device you are connecting to, you would have to specify the device you are using (however this would not be the place to ask such a question), because you would not be able to do that from your mobile device or this package. For the HC-05 module, you could follow this article

However, on the Samsung variant of Android you could:

  1. Open Bluetooth Settings
  2. Pair (not necessarily connect) to the device who's name you would like to change
  3. Tap the cog/gear icon on the left side of the device's tile.
  4. Press the bottom-left rename button and enter the new name for the device Note this will only superficially change the name of the device. The device will maintain it's original name, but within the operating system, the original name will have been replaced by the new one.

I'm unaware if this is possible on iOS as I do not have an apple device to test on.

ramuno4 avatar Feb 12 '21 11:02 ramuno4