This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 include/device.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

New commits:
commit 950735cef1c48c77a52eabadee8f905388388c87
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Thu Oct 16 07:29:30 2008 +0200

    Add initial device capabilities defines


Diff in this email is a maximum of 400 lines.
diff --git a/include/device.h b/include/device.h
index 09d2856..994d997 100644
--- a/include/device.h
+++ b/include/device.h
@@ -44,6 +44,10 @@ enum connman_device_type {
        CONNMAN_DEVICE_TYPE_BLUETOOTH = CONNMAN_ELEMENT_SUBTYPE_BLUETOOTH,
 };
 
+enum connman_device_capabilities {
+       CONNMAN_DEVICE_CAPABILITY_SCANNING = (1 << 0),
+};
+
 enum connman_device_state {
        CONNMAN_DEVICE_STATE_UNKNOWN = 0,
        CONNMAN_DEVICE_STATE_OFF     = 1,
@@ -53,6 +57,7 @@ struct connman_device_driver;
 
 struct connman_device {
        struct connman_element *element;
+       unsigned long capabilities;
        enum connman_device_state state;
 
        struct connman_device_driver *driver;
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to