resolved conflicts for merge of 1b7ffcf4
to master
This commit is contained in:
@@ -444,7 +444,7 @@
|
|||||||
android:label="@string/bluetooth_connect_specific_profiles_title" />
|
android:label="@string/bluetooth_connect_specific_profiles_title" />
|
||||||
|
|
||||||
<activity android:name=".bluetooth.BluetoothPairingDialog"
|
<activity android:name=".bluetooth.BluetoothPairingDialog"
|
||||||
android:label="@string/bluetooth_pin_entry"
|
android:label="@string/bluetooth_pairing_dialog"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:theme="@*android:style/Theme.Dialog.Alert">
|
android:theme="@*android:style/Theme.Dialog.Alert">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
@@ -509,7 +509,7 @@
|
|||||||
<string name="bluetooth_settings_summary">Manage connections, set device name & discoverability</string>
|
<string name="bluetooth_settings_summary">Manage connections, set device name & discoverability</string>
|
||||||
|
|
||||||
<!-- Title for the dialog to enter PIN. -->
|
<!-- Title for the dialog to enter PIN. -->
|
||||||
<string name="bluetooth_pin_entry">Bluetooth pairing request</string>
|
<string name="bluetooth_pairing_request">Bluetooth pairing request</string>
|
||||||
<!-- Title for the bluetooth device info screen. -->
|
<!-- Title for the bluetooth device info screen. -->
|
||||||
<string name="bluetooth_device_info">Bluetooth device info</string>
|
<string name="bluetooth_device_info">Bluetooth device info</string>
|
||||||
<!-- Message when bluetooth dialog for pin entry is showing -->
|
<!-- Message when bluetooth dialog for pin entry is showing -->
|
||||||
@@ -518,10 +518,16 @@
|
|||||||
<string name="bluetooth_enter_passkey_msg">\nType passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string>
|
<string name="bluetooth_enter_passkey_msg">\nType passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string>
|
||||||
<!-- Message when bluetooth dialog for confirmation of passkey is showing -->
|
<!-- Message when bluetooth dialog for confirmation of passkey is showing -->
|
||||||
<string name="bluetooth_confirm_passkey_msg">To pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022, confirm that it is showing the passkey: <xliff:g id="passkey">%2$s</xliff:g>.</string>
|
<string name="bluetooth_confirm_passkey_msg">To pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022, confirm that it is showing the passkey: <xliff:g id="passkey">%2$s</xliff:g>.</string>
|
||||||
|
<!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
|
||||||
|
<string name="bluetooth_incoming_pairing_msg"><xliff:g id="device_name">%1$s</xliff:g>\nwants to pair.</string>
|
||||||
|
<!-- Message when bluetooth dialog when passkey needs to be displayed. -->
|
||||||
|
<string name="bluetooth_display_passkey_msg">Enter <xliff:g id="passkey">%2$s</xliff:g> on \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 to pair. </string>
|
||||||
<!-- Button text for accepting an incoming pairing request -->
|
<!-- Button text for accepting an incoming pairing request -->
|
||||||
<string name="bluetooth_pairing_accept">Pair</string>
|
<string name="bluetooth_pairing_accept">Pair</string>
|
||||||
<!-- Button text for declining an incoming pairing request -->
|
<!-- Button text for declining an incoming pairing request -->
|
||||||
<string name="bluetooth_pairing_decline">Don\u0027t Pair</string>
|
<string name="bluetooth_pairing_decline">Don\u0027t Pair</string>
|
||||||
|
<!-- Generic string for remote Bluetooth device -->
|
||||||
|
<string name="bluetooth_remote_device">bluetooth device</string>
|
||||||
|
|
||||||
<!-- Title for BT error dialogs. -->
|
<!-- Title for BT error dialogs. -->
|
||||||
<string name="bluetooth_error_title">Attention</string>
|
<string name="bluetooth_error_title">Attention</string>
|
||||||
@@ -529,7 +535,7 @@
|
|||||||
<string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string>
|
<string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string>
|
||||||
<!-- Message for the error dialog when BT pairing fails because the PIN /
|
<!-- Message for the error dialog when BT pairing fails because the PIN /
|
||||||
Passkey entered is incorrect. -->
|
Passkey entered is incorrect. -->
|
||||||
<string name="bluetooth_pairing_pin_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g> because the typed PIN or Passkey is incorrect.</string>
|
<string name="bluetooth_pairing_pin_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g> because the PIN or Passkey is incorrect.</string>
|
||||||
<!-- Message for the error dialog when BT pairing fails because the other device is down. -->
|
<!-- Message for the error dialog when BT pairing fails because the other device is down. -->
|
||||||
<string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string>
|
<string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string>
|
||||||
<!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
|
<!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
|
||||||
|
@@ -27,6 +27,7 @@ import android.content.Intent;
|
|||||||
import android.content.IntentFilter;
|
import android.content.IntentFilter;
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
||||||
|
import com.android.settings.R;
|
||||||
import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
|
import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -78,11 +79,7 @@ public class BluetoothEventRedirector {
|
|||||||
mManager.getCachedDeviceManager().onBondingStateChanged(device, bondState);
|
mManager.getCachedDeviceManager().onBondingStateChanged(device, bondState);
|
||||||
if (bondState == BluetoothDevice.BOND_NONE) {
|
if (bondState == BluetoothDevice.BOND_NONE) {
|
||||||
int reason = intent.getIntExtra(BluetoothDevice.EXTRA_REASON, BluetoothDevice.ERROR);
|
int reason = intent.getIntExtra(BluetoothDevice.EXTRA_REASON, BluetoothDevice.ERROR);
|
||||||
if (reason == BluetoothDevice.UNBOND_REASON_AUTH_REJECTED ||
|
mManager.getCachedDeviceManager().onBondingError(device, reason);
|
||||||
reason == BluetoothDevice.UNBOND_REASON_AUTH_FAILED ||
|
|
||||||
reason == BluetoothDevice.UNBOND_REASON_REMOTE_DEVICE_DOWN) {
|
|
||||||
mManager.getCachedDeviceManager().onBondingError(device, reason);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (action.equals(BluetoothHeadset.ACTION_STATE_CHANGED)) {
|
} else if (action.equals(BluetoothHeadset.ACTION_STATE_CHANGED)) {
|
||||||
@@ -110,6 +107,9 @@ public class BluetoothEventRedirector {
|
|||||||
} else if (action.equals(BluetoothDevice.ACTION_CLASS_CHANGED)) {
|
} else if (action.equals(BluetoothDevice.ACTION_CLASS_CHANGED)) {
|
||||||
mManager.getCachedDeviceManager().onBtClassChanged(device);
|
mManager.getCachedDeviceManager().onBtClassChanged(device);
|
||||||
|
|
||||||
|
} else if (action.equals(BluetoothDevice.ACTION_PAIRING_CANCEL)) {
|
||||||
|
int errorMsg = R.string.bluetooth_pairing_error_message;
|
||||||
|
mManager.showError(device, R.string.bluetooth_error_title, errorMsg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -133,6 +133,7 @@ public class BluetoothEventRedirector {
|
|||||||
|
|
||||||
// Pairing broadcasts
|
// Pairing broadcasts
|
||||||
filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
|
filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
|
||||||
|
filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL);
|
||||||
|
|
||||||
// Fine-grained state broadcasts
|
// Fine-grained state broadcasts
|
||||||
filter.addAction(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
|
filter.addAction(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
|
||||||
|
@@ -51,23 +51,25 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
private LocalBluetoothManager mLocalManager;
|
private LocalBluetoothManager mLocalManager;
|
||||||
private BluetoothDevice mDevice;
|
private BluetoothDevice mDevice;
|
||||||
private int mType;
|
private int mType;
|
||||||
private String mConfirmationPasskey;
|
private String mPasskey;
|
||||||
private EditText mPairingView;
|
private EditText mPairingView;
|
||||||
private Button mOkButton;
|
private Button mOkButton;
|
||||||
|
|
||||||
private static final String INSTANCE_KEY_PAIRING_CANCELED = "received_pairing_canceled";
|
|
||||||
private boolean mReceivedPairingCanceled;
|
|
||||||
|
|
||||||
private BroadcastReceiver mReceiver = new BroadcastReceiver() {
|
private BroadcastReceiver mReceiver = new BroadcastReceiver() {
|
||||||
@Override
|
@Override
|
||||||
public void onReceive(Context context, Intent intent) {
|
public void onReceive(Context context, Intent intent) {
|
||||||
if (!BluetoothDevice.ACTION_PAIRING_CANCEL.equals(intent.getAction())) {
|
if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(intent.getAction())) {
|
||||||
return;
|
int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
|
||||||
}
|
BluetoothDevice.ERROR);
|
||||||
|
if (bondState == BluetoothDevice.BOND_BONDED ||
|
||||||
BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
|
bondState == BluetoothDevice.BOND_NONE) {
|
||||||
if (device == null || device.equals(mDevice)) {
|
dismissDialog();
|
||||||
onReceivedPairingCanceled();
|
}
|
||||||
|
} else if(BluetoothDevice.ACTION_PAIRING_CANCEL.equals(intent.getAction())) {
|
||||||
|
BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
|
||||||
|
if (device == null || device.equals(mDevice)) {
|
||||||
|
dismissDialog();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -92,15 +94,26 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
createUserEntryDialog();
|
createUserEntryDialog();
|
||||||
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY) {
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY) {
|
||||||
createUserEntryDialog();
|
createUserEntryDialog();
|
||||||
} else if (mType == BluetoothDevice.PAIRING_VARIANT_CONFIRMATION){
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION){
|
||||||
int passkey =
|
int passkey =
|
||||||
intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
|
intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
|
||||||
if (passkey == BluetoothDevice.ERROR) {
|
if (passkey == BluetoothDevice.ERROR) {
|
||||||
Log.e(TAG, "Invalid ConfirmationPasskey received, not showing any dialog");
|
Log.e(TAG, "Invalid ConfirmationPasskey received, not showing any dialog");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mConfirmationPasskey = String.format("%06d", passkey);
|
mPasskey = String.format("%06d", passkey);
|
||||||
createConfirmationDialog();
|
createConfirmationDialog();
|
||||||
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_CONSENT) {
|
||||||
|
createConsentDialog();
|
||||||
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
|
||||||
|
int passkey =
|
||||||
|
intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
|
||||||
|
if (passkey == BluetoothDevice.ERROR) {
|
||||||
|
Log.e(TAG, "Invalid ConfirmationPasskey received, not showing any dialog");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
mPasskey = String.format("%06d", passkey);
|
||||||
|
createDisplayPasskeyDialog();
|
||||||
} else {
|
} else {
|
||||||
Log.e(TAG, "Incorrect pairing type received, not showing any dialog");
|
Log.e(TAG, "Incorrect pairing type received, not showing any dialog");
|
||||||
}
|
}
|
||||||
@@ -110,12 +123,13 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
* finish the activity in the background if pairing is canceled.
|
* finish the activity in the background if pairing is canceled.
|
||||||
*/
|
*/
|
||||||
registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_PAIRING_CANCEL));
|
registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_PAIRING_CANCEL));
|
||||||
|
registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void createUserEntryDialog() {
|
private void createUserEntryDialog() {
|
||||||
final AlertController.AlertParams p = mAlertParams;
|
final AlertController.AlertParams p = mAlertParams;
|
||||||
p.mIconId = android.R.drawable.ic_dialog_info;
|
p.mIconId = android.R.drawable.ic_dialog_info;
|
||||||
p.mTitle = getString(R.string.bluetooth_pin_entry);
|
p.mTitle = getString(R.string.bluetooth_pairing_request);
|
||||||
p.mView = createView();
|
p.mView = createView();
|
||||||
p.mPositiveButtonText = getString(android.R.string.ok);
|
p.mPositiveButtonText = getString(android.R.string.ok);
|
||||||
p.mPositiveButtonListener = this;
|
p.mPositiveButtonListener = this;
|
||||||
@@ -143,13 +157,22 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY){
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY){
|
||||||
messageView.setText(getString(R.string.bluetooth_enter_passkey_msg, name));
|
messageView.setText(getString(R.string.bluetooth_enter_passkey_msg, name));
|
||||||
// Maximum of 6 digits for passkey
|
// Maximum of 6 digits for passkey
|
||||||
mPairingView.setInputType(InputType.TYPE_NUMBER_FLAG_SIGNED);
|
mPairingView.setInputType(InputType.TYPE_CLASS_NUMBER |
|
||||||
|
InputType.TYPE_NUMBER_FLAG_SIGNED);
|
||||||
mPairingView.setFilters(new InputFilter[] {
|
mPairingView.setFilters(new InputFilter[] {
|
||||||
new LengthFilter(BLUETOOTH_PASSKEY_MAX_LENGTH)});
|
new LengthFilter(BLUETOOTH_PASSKEY_MAX_LENGTH)});
|
||||||
} else {
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION) {
|
||||||
mPairingView.setVisibility(View.GONE);
|
mPairingView.setVisibility(View.GONE);
|
||||||
messageView.setText(getString(R.string.bluetooth_confirm_passkey_msg, name,
|
messageView.setText(getString(R.string.bluetooth_confirm_passkey_msg, name,
|
||||||
mConfirmationPasskey));
|
mPasskey));
|
||||||
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_CONSENT) {
|
||||||
|
mPairingView.setVisibility(View.GONE);
|
||||||
|
messageView.setText(getString(R.string.bluetooth_incoming_pairing_msg, name));
|
||||||
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
|
||||||
|
mPairingView.setVisibility(View.GONE);
|
||||||
|
messageView.setText(getString(R.string.bluetooth_display_passkey_msg, name, mPasskey));
|
||||||
|
} else {
|
||||||
|
Log.e(TAG, "Incorrect pairing type received, not creating view");
|
||||||
}
|
}
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
@@ -157,7 +180,7 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
private void createConfirmationDialog() {
|
private void createConfirmationDialog() {
|
||||||
final AlertController.AlertParams p = mAlertParams;
|
final AlertController.AlertParams p = mAlertParams;
|
||||||
p.mIconId = android.R.drawable.ic_dialog_info;
|
p.mIconId = android.R.drawable.ic_dialog_info;
|
||||||
p.mTitle = getString(R.string.bluetooth_pin_entry);
|
p.mTitle = getString(R.string.bluetooth_pairing_request);
|
||||||
p.mView = createView();
|
p.mView = createView();
|
||||||
p.mPositiveButtonText = getString(R.string.bluetooth_pairing_accept);
|
p.mPositiveButtonText = getString(R.string.bluetooth_pairing_accept);
|
||||||
p.mPositiveButtonListener = this;
|
p.mPositiveButtonListener = this;
|
||||||
@@ -166,27 +189,35 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
setupAlert();
|
setupAlert();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
private void createConsentDialog() {
|
||||||
protected void onRestoreInstanceState(Bundle savedInstanceState) {
|
final AlertController.AlertParams p = mAlertParams;
|
||||||
super.onRestoreInstanceState(savedInstanceState);
|
p.mIconId = android.R.drawable.ic_dialog_info;
|
||||||
|
p.mTitle = getString(R.string.bluetooth_pairing_request);
|
||||||
mReceivedPairingCanceled = savedInstanceState.getBoolean(INSTANCE_KEY_PAIRING_CANCELED);
|
p.mView = createView();
|
||||||
if (mReceivedPairingCanceled) {
|
p.mPositiveButtonText = getString(R.string.bluetooth_pairing_accept);
|
||||||
onReceivedPairingCanceled();
|
p.mPositiveButtonListener = this;
|
||||||
}
|
p.mNegativeButtonText = getString(R.string.bluetooth_pairing_decline);
|
||||||
|
p.mNegativeButtonListener = this;
|
||||||
|
setupAlert();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
private void createDisplayPasskeyDialog() {
|
||||||
protected void onSaveInstanceState(Bundle outState) {
|
final AlertController.AlertParams p = mAlertParams;
|
||||||
super.onSaveInstanceState(outState);
|
p.mIconId = android.R.drawable.ic_dialog_info;
|
||||||
|
p.mTitle = getString(R.string.bluetooth_pairing_request);
|
||||||
|
p.mView = createView();
|
||||||
|
p.mPositiveButtonText = getString(android.R.string.ok);
|
||||||
|
p.mPositiveButtonListener = this;
|
||||||
|
setupAlert();
|
||||||
|
|
||||||
outState.putBoolean(INSTANCE_KEY_PAIRING_CANCELED, mReceivedPairingCanceled);
|
// Since its only a notification, send an OK to the framework,
|
||||||
|
// indicating that the dialog has been displayed.
|
||||||
|
mDevice.setPairingConfirmation(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDestroy() {
|
protected void onDestroy() {
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
|
|
||||||
unregisterReceiver(mReceiver);
|
unregisterReceiver(mReceiver);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -196,21 +227,8 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onReceivedPairingCanceled() {
|
private void dismissDialog() {
|
||||||
mReceivedPairingCanceled = true;
|
this.dismiss();
|
||||||
|
|
||||||
TextView messageView = (TextView) findViewById(R.id.message);
|
|
||||||
messageView.setText(getString(R.string.bluetooth_pairing_error_message,
|
|
||||||
mDevice.getName()));
|
|
||||||
|
|
||||||
mPairingView.setVisibility(View.GONE);
|
|
||||||
mPairingView.clearFocus();
|
|
||||||
mPairingView.removeTextChangedListener(this);
|
|
||||||
|
|
||||||
mOkButton = mAlert.getButton(DialogInterface.BUTTON_POSITIVE);
|
|
||||||
mOkButton.setEnabled(true);
|
|
||||||
mOkButton.setText(android.R.string.ok);
|
|
||||||
mAlert.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onPair(String value) {
|
private void onPair(String value) {
|
||||||
@@ -223,8 +241,14 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
|
|||||||
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY) {
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY) {
|
||||||
int passkey = Integer.parseInt(value);
|
int passkey = Integer.parseInt(value);
|
||||||
mDevice.setPasskey(passkey);
|
mDevice.setPasskey(passkey);
|
||||||
} else {
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION) {
|
||||||
mDevice.setPairingConfirmation(true);
|
mDevice.setPairingConfirmation(true);
|
||||||
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_CONSENT) {
|
||||||
|
mDevice.setPairingConfirmation(true);
|
||||||
|
} else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
|
||||||
|
// Do Nothing.
|
||||||
|
} else {
|
||||||
|
Log.e(TAG, "Incorrect pairing type received");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -54,7 +54,8 @@ public class BluetoothPairingRequest extends BroadcastReceiver {
|
|||||||
pairingIntent.setClass(context, BluetoothPairingDialog.class);
|
pairingIntent.setClass(context, BluetoothPairingDialog.class);
|
||||||
pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
|
pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
|
||||||
pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, type);
|
pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, type);
|
||||||
if (type == BluetoothDevice.PAIRING_VARIANT_CONFIRMATION) {
|
if (type == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION ||
|
||||||
|
type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
|
||||||
int passkey = intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
|
int passkey = intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
|
||||||
pairingIntent.putExtra(BluetoothDevice.EXTRA_PASSKEY, passkey);
|
pairingIntent.putExtra(BluetoothDevice.EXTRA_PASSKEY, passkey);
|
||||||
}
|
}
|
||||||
|
@@ -85,7 +85,6 @@ public class CachedBluetoothDeviceManager {
|
|||||||
mCachedDevices.add(cachedDevice);
|
mCachedDevices.add(cachedDevice);
|
||||||
deviceAdded = true;
|
deviceAdded = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
cachedDevice.setRssi(rssi);
|
cachedDevice.setRssi(rssi);
|
||||||
cachedDevice.setBtClass(btClass);
|
cachedDevice.setBtClass(btClass);
|
||||||
cachedDevice.setName(name);
|
cachedDevice.setName(name);
|
||||||
@@ -193,17 +192,26 @@ public class CachedBluetoothDeviceManager {
|
|||||||
switch(reason) {
|
switch(reason) {
|
||||||
case BluetoothDevice.UNBOND_REASON_AUTH_FAILED:
|
case BluetoothDevice.UNBOND_REASON_AUTH_FAILED:
|
||||||
errorMsg = R.string.bluetooth_pairing_pin_error_message;
|
errorMsg = R.string.bluetooth_pairing_pin_error_message;
|
||||||
|
mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
|
||||||
break;
|
break;
|
||||||
case BluetoothDevice.UNBOND_REASON_AUTH_REJECTED:
|
case BluetoothDevice.UNBOND_REASON_AUTH_REJECTED:
|
||||||
errorMsg = R.string.bluetooth_pairing_rejected_error_message;
|
errorMsg = R.string.bluetooth_pairing_rejected_error_message;
|
||||||
|
mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
|
||||||
break;
|
break;
|
||||||
case BluetoothDevice.UNBOND_REASON_REMOTE_DEVICE_DOWN:
|
case BluetoothDevice.UNBOND_REASON_REMOTE_DEVICE_DOWN:
|
||||||
errorMsg = R.string.bluetooth_pairing_device_down_error_message;
|
errorMsg = R.string.bluetooth_pairing_device_down_error_message;
|
||||||
|
mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
|
||||||
|
break;
|
||||||
|
case BluetoothDevice.UNBOND_REASON_DISCOVERY_IN_PROGRESS:
|
||||||
|
case BluetoothDevice.UNBOND_REASON_AUTH_TIMEOUT:
|
||||||
|
case BluetoothDevice.UNBOND_REASON_REPEATED_ATTEMPTS:
|
||||||
|
errorMsg = R.string.bluetooth_pairing_error_message;
|
||||||
|
mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
errorMsg = R.string.bluetooth_pairing_error_message;
|
Log.w(TAG, "onBondingError: Not displaying any error message for reason:" + reason);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized void onProfileStateChanged(BluetoothDevice device, Profile profile,
|
public synchronized void onProfileStateChanged(BluetoothDevice device, Profile profile,
|
||||||
|
@@ -254,9 +254,12 @@ public class LocalBluetoothManager {
|
|||||||
|
|
||||||
public void showError(BluetoothDevice device, int titleResId, int messageResId) {
|
public void showError(BluetoothDevice device, int titleResId, int messageResId) {
|
||||||
CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(device);
|
CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(device);
|
||||||
if (cachedDevice == null) return;
|
String name = null;
|
||||||
|
if (cachedDevice == null) {
|
||||||
String name = cachedDevice.getName();
|
name = mContext.getString(R.string.bluetooth_remote_device);
|
||||||
|
} else {
|
||||||
|
name = cachedDevice.getName();
|
||||||
|
}
|
||||||
String message = mContext.getString(messageResId, name);
|
String message = mContext.getString(messageResId, name);
|
||||||
|
|
||||||
if (mForegroundActivity != null) {
|
if (mForegroundActivity != null) {
|
||||||
@@ -269,7 +272,7 @@ public class LocalBluetoothManager {
|
|||||||
.show();
|
.show();
|
||||||
} else {
|
} else {
|
||||||
// Fallback on a toast
|
// Fallback on a toast
|
||||||
Toast.makeText(mContext, message, Toast.LENGTH_SHORT).show();
|
Toast.makeText(mContext, message, Toast.LENGTH_LONG).show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user