Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa2a937e authored by Lalit Kansara's avatar Lalit Kansara
Browse files

Merge commit '1c40f921' into remote

Conflicts:
	jni/com_android_bluetooth_hfp.cpp
	src/com/android/bluetooth/avrcp/Avrcp.java
	src/com/android/bluetooth/btservice/AdapterService.java
	src/com/android/bluetooth/btservice/RemoteDevices.java
	src/com/android/bluetooth/hfp/HeadsetStateMachine.java
	src/com/android/bluetooth/map/BluetoothMapContentObserver.java
	src/com/android/bluetooth/map/BluetoothMapService.java
	src/com/android/bluetooth/opp/BluetoothOppSendFileInfo.java
	src/com/android/bluetooth/pan/PanService.java
	src/com/android/bluetooth/pbap/BluetoothPbapReceiver.java

Change-Id: I41068ac7787983519220fe6fee1e65ff66298db1
parents c7ae94e9 1c40f921
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -203,6 +203,11 @@ static void initNative(JNIEnv *env, jobject object, jint maxA2dpConnections,
         mCallbacksObj = NULL;
    }

    if ((mCallbacksObj = env->NewGlobalRef(object)) == NULL) {
        ALOGE("Failed to allocate Global Ref for A2DP Callbacks");
        return;
    }

    if ( (sBluetoothA2dpInterface = (btav_interface_t *)
          btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
        ALOGE("Failed to get Bluetooth A2DP Interface");
@@ -216,8 +221,6 @@ static void initNative(JNIEnv *env, jobject object, jint maxA2dpConnections,
        sBluetoothA2dpInterface = NULL;
        return;
    }

    mCallbacksObj = env->NewGlobalRef(object);
}

static void cleanupNative(JNIEnv *env, jobject object) {
+0 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    <string name="airplane_error_msg" msgid="8698965595254137230">"No pots utilitzar Bluetooth en mode d\'avió."</string>
    <string name="bt_enable_title" msgid="8657832550503456572"></string>
    <string name="bt_enable_line1" msgid="7203551583048149">"Per utilitzar serveis Bluetooth, primer cal que activeu el Bluetooth."</string>
    <string name="bt_enable_line2" msgid="4341936569415937994">"Voleu activar el Bluetooth ara?"</string>
    <string name="bt_enable_line2" msgid="4341936569415937994">"Vols activar el Bluetooth ara?"</string>
    <string name="bt_enable_cancel" msgid="1988832367505151727">"Cancel·la"</string>
    <string name="bt_enable_ok" msgid="3432462749994538265">"Activa"</string>
    <string name="incoming_file_confirm_title" msgid="8139874248612182627">"Transferència del fitxer"</string>
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@
    <string name="status_no_sd_card" product="default" msgid="5760944071743325592">"هیچ کارت SD موجود نیست. برای ذخیره فایل‌های منتقل شده، یک کارت SD در گوشی قرار دهید."</string>
    <string name="status_connection_error" msgid="947681831523219891">"اتصال ناموفق بود."</string>
    <string name="status_protocol_error" msgid="3245444473429269539">"درخواست به درستی انجام نمی‌شود."</string>
    <string name="status_unknown_error" msgid="8156660554237824912">"خطای ناشناخته."</string>
    <string name="status_unknown_error" msgid="8156660554237824912">"خطای ناشناس."</string>
    <string name="btopp_live_folder" msgid="7967791481444474554">"بلوتوث دریافت شد"</string>
    <string name="download_success" msgid="7036160438766730871">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> دریافت کامل شد."</string>
    <string name="upload_success" msgid="4014469387779648949">"<xliff:g id="FILE_SIZE">%1$s</xliff:g> ارسال کامل شد."</string>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <string name="pbap_session_key_dialog_header" msgid="2772472422782758981">"به کلید جلسه بلوتوث نیاز است"</string>
    <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"هنگام پذیرش اتصال به %1$s وقفه زمانی ایجاد شده است"</string>
    <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"هنگام ورود کلید جلسه با %1$s وقفه زمانی ایجاد شده است"</string>
    <string name="auth_notif_ticker" msgid="1575825798053163744">"درخواست راستی‌آزمایی Obex"</string>
    <string name="auth_notif_ticker" msgid="1575825798053163744">"درخواست احراز هویت Obex"</string>
    <string name="auth_notif_title" msgid="7599854855681573258">"کلید جلسه"</string>
    <string name="auth_notif_message" msgid="6667218116427605038">"تایپ کلید جلسه برای %1$s"</string>
    <string name="defaultname" msgid="4821590500649090078">"کیت خودرو"</string>
Loading