Thomas Zimmermann
78b50fc946
Bug 1171017: Rename |BluetoothSocketPDU| to |DaemonSocketPDU|, r=shuang
2015-06-15 14:44:03 +02:00
Andrew McCreight
92010d3e4c
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
2015-05-03 15:32:37 -04:00
Ehsan Akhgari
ea41d8de48
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Thomas Zimmermann
c6deb6b5e1
Bug 1132229: Handle I/O errors in Bluetooth's daemon backend, r=shuang
...
This patch adds error handling to all interface methods of Bluedroid's
daemon backend. If an error occures while sending a command to the daemon,
the methods dispatch an error.
2015-02-26 09:52:45 +01:00
Bruce Sun
52c1592770
Bug 1121930: Sync Bluetooth daemon protocol with BlueZ 5.27, r=shuang
2015-01-15 19:44:02 +08:00
Bruce Sun
212dc109c6
Bug 1102703: (9/10) Porting bluetooth interface of bluez 5.26 (handsfree) r=btian, f=tzimmermann
2015-01-09 13:39:27 +08:00
Bruce Sun
30788b05b5
Bug 1102703: (7/10) Porting bluetooth interface of bluez 5.26 (core) r=btian, f=tzimmermann
2015-01-09 13:38:15 +08:00
Bruce Sun
0485d87b91
Bug 1102703: (3/10) Extend internal interfaces to sync with android lollipop and bluez 5.26 (handsfree) r=btian, r=tzimmermann
2015-01-09 13:35:01 +08:00
Thomas Zimmermann
fb6539dd13
Bug 1091588: Add Handsfree interface for Bluetooth daemon, r=shuang
2014-11-24 09:02:42 +01:00
Thomas Zimmermann
8e804163b1
Bug 1091588: Add Handsfree module for Bluetooth daemon, r=shuang
2014-11-24 09:02:31 +01:00