author | Eric Chou <echou@mozilla.com> |
Tue, 21 Aug 2012 14:24:05 +0800 | |
changeset 102904 | f9a8fdb081936577a38d596b3514f1a78a0c17a0 |
parent 102903 | b64118688939b90ec06addbfd0fbe69147f6066b |
child 102913 | 688a80cdf39fc0c26b4558702800a6cc279ddea0 |
child 102917 | 613bc459e292c2eb84546512b01171ed63e7991d |
push id | 23312 |
push user | emorley@mozilla.com |
push date | Tue, 21 Aug 2012 13:23:13 +0000 |
treeherder | mozilla-central@f9a8fdb08193 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | qdot |
bugs | 784255 |
milestone | 17.0a1 |
first release with | nightly linux32
f9a8fdb08193
/
17.0a1
/
20120821092158
/
files
nightly linux64
f9a8fdb08193
/
17.0a1
/
20120821092158
/
files
nightly mac
f9a8fdb08193
/
17.0a1
/
20120821092158
/
files
nightly win32
f9a8fdb08193
/
17.0a1
/
20120821092158
/
files
nightly win64
f9a8fdb08193
/
17.0a1
/
20120821092158
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
17.0a1
/
20120821092158
/
pushlog to previous
nightly linux64
17.0a1
/
20120821092158
/
pushlog to previous
nightly mac
17.0a1
/
20120821092158
/
pushlog to previous
nightly win32
17.0a1
/
20120821092158
/
pushlog to previous
nightly win64
17.0a1
/
20120821092158
/
pushlog to previous
|
--- a/dom/bluetooth/linux/BluetoothDBusService.cpp +++ b/dom/bluetooth/linux/BluetoothDBusService.cpp @@ -72,42 +72,44 @@ typedef struct { } Properties; static Properties sDeviceProperties[] = { {"Address", DBUS_TYPE_STRING}, {"Name", DBUS_TYPE_STRING}, {"Icon", DBUS_TYPE_STRING}, {"Class", DBUS_TYPE_UINT32}, {"UUIDs", DBUS_TYPE_ARRAY}, - {"Services", DBUS_TYPE_ARRAY}, {"Paired", DBUS_TYPE_BOOLEAN}, {"Connected", DBUS_TYPE_BOOLEAN}, {"Trusted", DBUS_TYPE_BOOLEAN}, {"Blocked", DBUS_TYPE_BOOLEAN}, {"Alias", DBUS_TYPE_STRING}, {"Nodes", DBUS_TYPE_ARRAY}, {"Adapter", DBUS_TYPE_OBJECT_PATH}, {"LegacyPairing", DBUS_TYPE_BOOLEAN}, {"RSSI", DBUS_TYPE_INT16}, {"TX", DBUS_TYPE_UINT32}, - {"Broadcaster", DBUS_TYPE_BOOLEAN} + {"Type", DBUS_TYPE_STRING}, + {"Broadcaster", DBUS_TYPE_BOOLEAN}, + {"Services", DBUS_TYPE_ARRAY} }; static Properties sAdapterProperties[] = { {"Address", DBUS_TYPE_STRING}, {"Name", DBUS_TYPE_STRING}, {"Class", DBUS_TYPE_UINT32}, {"Powered", DBUS_TYPE_BOOLEAN}, {"Discoverable", DBUS_TYPE_BOOLEAN}, {"DiscoverableTimeout", DBUS_TYPE_UINT32}, {"Pairable", DBUS_TYPE_BOOLEAN}, {"PairableTimeout", DBUS_TYPE_UINT32}, {"Discovering", DBUS_TYPE_BOOLEAN}, {"Devices", DBUS_TYPE_ARRAY}, {"UUIDs", DBUS_TYPE_ARRAY}, + {"Type", DBUS_TYPE_STRING} }; static Properties sManagerProperties[] = { {"Adapters", DBUS_TYPE_ARRAY}, }; static const char* sBluetoothDBusIfaces[] = {