From b3778a7e531113f1125be0e7cc63a7f0a3340fc0 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Mon, 16 Mar 2009 11:32:06 +1000 Subject: Add "Class" property to org.bluez.Adapter interface. --- doc/adapter-api.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/adapter-api.txt') diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index eb973ec1..1e03b4e2 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -210,6 +210,10 @@ Properties string Address [readonly] The Bluetooth friendly name. This value can be changed and a PropertyChanged signal will be emitted. + uint32 Class [readonly] + + The Bluetooth class of device. + boolean Powered [readwrite] Switch an adapter on or off. This will also set the -- cgit