summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-09 17:39:25 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-09 17:39:25 +0000
commit8086356bdb9a02d4fee60475ab8241dd3a832a34 (patch)
tree65b294c5f542564a2da5da406288a13ab3bdcccf
parent2e8850ba88632af6427c488fa77581745f256d93 (diff)
Add global section for major, minor and service classes constants
-rw-r--r--hcid/dbus-api.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 369cfc21..7b132ca0 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -6,6 +6,28 @@ Copyright (C) 2005-2006 Johan Hedberg <johan.hedberg@nokia.com>
Copyright (C) 2005-2006 Claudio Takahasi <cktakahasi@gmail.com>
+Constant definitions
+====================
+
+The class of device definition from the Bluetooth specification divides into
+three different parts. It the major class, the minor class and the service
+classes. The D-Bus interface will always use string constants to identify
+any of these classes.
+
+Service classes positioning, networking, rendering, capturing,
+ object transfer, audio, telephony, information
+
+Major classes miscellaneous, computer, phone, access point,
+ audio/video, peripheral, imaging, wearable, toy,
+ uncategorized
+
+Minor classes computer uncategorized, desktop, server, laptop, handheld,
+ palm, wearable
+
+Minor classes phone uncategorized, cellular, cordless, smart phone,
+ modem, isdn
+
+
Error hierarchy
===============