Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:disconnectedDevice

182             BluetoothDevice disconnectedDevice = intent
188 handleUnexpectedDisconnect(disconnectedDevice, Profile.HEADSET, startId);
192 BluetoothDevice disconnectedDevice = intent
198 handleUnexpectedDisconnect(disconnectedDevice, Profile.A2DP, startId);
622 private void handleUnexpectedDisconnect(BluetoothDevice disconnectedDevice, Profile profile,
625 if (DEBUG) Log.d(TAG, "handling failed connect for " + disconnectedDevice);
628 if (disconnectedDevice != null) {
637 if (dockedDevice != null && dockedDevice.equals(disconnectedDevice)) {