bluez 0.1.2 copy "bluez: ^0.1.2" to clipboard
bluez: ^0.1.2 copied to clipboard

outdated

Provides a client to connect to BlueZ - the Linux Bluetooth stack.

example/example.dart

import 'package:bluez/bluez.dart';

void main() async {
  var client = BlueZClient();
  await client.connect();

  for (var device in client.devices) {
    print('Device ${device.address} ${device.alias}');
  }

  await client.close();
}
33
likes
0
pub points
84%
popularity

Publisher

verified publishercanonical.com

Provides a client to connect to BlueZ - the Linux Bluetooth stack.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on bluez