Searched refs:mA2dp (Results 1 – 1 of 1) sorted by relevance
115 BluetoothA2dp mA2dp; field in BluetoothPeripheralHandover210 if (mA2dp == null || mHeadset == null || mInput == null) { in nextStepInit()231 if (mA2dp.getConnectedDevices().contains(mDevice) || in nextStepInit()241 if (mA2dp.getConnectionPolicy(mDevice) == in nextStepInit()287 if (mA2dp.getConnectionState(mDevice) in nextStepDisconnect()290 mA2dp.disconnect(mDevice); in nextStepDisconnect()396 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) { in nextStepConnect()399 mA2dp.connect(mDevice); in nextStepConnect()541 if (mA2dp != null) { in complete()542 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dp); in complete()[all …]