name property

Future<String?> name

Returns the friendly Bluetooth name of the local Bluetooth adapter.

This name is visible to remote Bluetooth devices.

Does not work for third party applications starting at Android 6.0.

Implementation

Future<String?> get name => _methodChannel.invokeMethod("getName");