Searched defs:mA2dp (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothPeripheralHandover.java101 BluetoothA2dp mA2dp; field in class:BluetoothPeripheralHandover
182 if (mA2dp == null || mHeadset == null || mInput == null) {
203 if (mA2dp.getConnectedDevices().contains(mDevice) ||
241 if (mA2dp.getConnectionState(mDevice)
244 mA2dp.disconnect(mDevice);
347 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
349 mA2dp.connect(mDevice);
465 if (mA2dp != null) {
466 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dp);
476 mA2dp
[all...]

Completed in 41 milliseconds