History log of /packages/apps/Bluetooth/jni/com_android_bluetooth_hfpclient.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
613dd4fd5a4df6c48beba475776407e7fa83b706 15-Apr-2015 David Stevens <stevensd@google.com> Fix redial JNI crash

Redial is implemented as dial(null). On eng builds, passing null into
dial triggers a fatal assert. Add null checks to prevent the crash.

Change-Id: Ieb168a79647ef7d56a7c81e058f7269ed20c22b1
/packages/apps/Bluetooth/jni/com_android_bluetooth_hfpclient.cpp
d96a7fa83d73bab7c87acda6f7dfc8c6bc71aff1 08-Apr-2015 Rakesh Iyer <rni@google.com> Fix spurious CHECKJNI failure in hfpclient.

sendATCmdNative is allowed to have a null args parameter
but the jni code calls getUTF8Chars without checking
resulting in a checkjni failure on eng builds. Add a null
check around so that it doesn't fail this way.

Change-Id: I1432c6b528da1c53627694cc1c7a91c038b7cc24
/packages/apps/Bluetooth/jni/com_android_bluetooth_hfpclient.cpp
8d536f3db19e8ea7426e98e470dc15d10ecbae87 12-Jun-2014 Mike Lockwood <lockwood@google.com> Rename BluetoothHandsfreeClient to BluetoothHeadsetClient

This makes our terminology consistent with the existing BluetoothHeadset profile

Change-Id: I527977250cf9a34d55d01b357c5c438826e58156
/packages/apps/Bluetooth/jni/com_android_bluetooth_hfpclient.cpp
aebc726105204f8a7b977eb3556c14b5ba18a5ca 19-Aug-2013 Hemant Gupta <hemantg@codeaurora.org> Bluetooth: Add support for HFP Client role.

Implementation changes in Bluetooth App to support
HFP Client role.

Change-Id: I795f475c6a1548fd7cc68d0a02b22f30cf5a182b
/packages/apps/Bluetooth/jni/com_android_bluetooth_hfpclient.cpp