Merge "Add UUID property for adapter." into kraken

This commit is contained in:
Jaikumar Ganesh
2010-05-05 15:25:54 -07:00
committed by Android (Google) Code Review

View File

@@ -65,6 +65,7 @@ static Properties adapter_properties[] = {
{"PairableTimeout", DBUS_TYPE_UINT32},
{"Discovering", DBUS_TYPE_BOOLEAN},
{"Devices", DBUS_TYPE_ARRAY},
{"UUIDs", DBUS_TYPE_ARRAY},
};
typedef union {