summaryrefslogtreecommitdiffstats
path: root/jni/com_android_bluetooth_hfp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jni/com_android_bluetooth_hfp.cpp')
-rw-r--r--jni/com_android_bluetooth_hfp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/jni/com_android_bluetooth_hfp.cpp b/jni/com_android_bluetooth_hfp.cpp
index 839a3d670..beacfa886 100644
--- a/jni/com_android_bluetooth_hfp.cpp
+++ b/jni/com_android_bluetooth_hfp.cpp
@@ -726,7 +726,6 @@ static jboolean cindResponseNative(JNIEnv *env, jobject object,
return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
}
-
static jboolean atResponseStringNative(JNIEnv *env, jobject object, jstring response_str,
jbyteArray address) {
jbyte *addr;