bluez 0.0.0-dev.1 copy "bluez: ^0.0.0-dev.1" to clipboard
bluez: ^0.0.0-dev.1 copied to clipboard

outdated

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

Pub Package

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

import 'package:dbus/dbus.dart';
import 'package:bluez/bluez.dart';

var systemBus = DBusClient.system();
var client = BlueZClient(systemBus);
await client.connect();
print('Running BlueZ ${client.version}');
await systemBus.close();

Contributing to bluez.dart #

We welcome contributions! See the contribution guide for more details.

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